Wheel moved to the main python3 module

This commit is contained in:
Tomas Orsava 2017-08-31 17:59:04 +02:00
commit 04052d8f90

View file

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