diff --git a/python3-bootstrap.yaml b/python3-bootstrap.yaml index 65684fb..563403b 100644 --- a/python3-bootstrap.yaml +++ b/python3-bootstrap.yaml @@ -52,7 +52,6 @@ data: python3-pip python3-setuptools python3-tools - python3-wheel filter: rpms: python3-tkinter @@ -66,19 +65,20 @@ data: python3-setuptools python3-tkinter python3-tools - python3-wheel buildopts: rpms: macros: | # python3 %_without_rewheel 1 - # setuptools & pip & wheel + # setuptools & pip %_with_bootstrap 1 %_without_python2 1 # setuptools %_without_platform_python 1 - # tests for setuptools need pip, which is unavailable - # during bootstrapping + # Tests for setuptools need pip, which is unavailable + # during bootstrapping. + # Note that this disables tests for python3 and other + # packages as well however. %_without_tests 1 components: rpms: @@ -94,7 +94,3 @@ data: rationale: Python Packaging ecosystem ref: master buildorder: 30 - python-wheel: - rationale: Used for unbundling of pip and setuptools - ref: master - buildorder: 40