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-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