From 04052d8f9014a285ded737598b17a65fb94f93fa Mon Sep 17 00:00:00 2001 From: Tomas Orsava Date: Thu, 31 Aug 2017 17:59:04 +0200 Subject: [PATCH] Wheel moved to the main python3 module --- python3-bootstrap.yaml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) 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