Move wheel into the python2 module

This commit is contained in:
Tomas Orsava 2017-09-04 11:07:47 +02:00
commit c93fde5d6f

View file

@ -56,13 +56,11 @@ data:
- python2-pip
- python2-setuptools
- python2-tools
- python2-wheel
filter:
rpms:
- python2-tkinter
- python3-setuptools
- python3-pip
- python3-wheel
api:
rpms:
- python2
@ -72,13 +70,12 @@ data:
- python2-pip
- python2-setuptools
- python2-tools
- python2-wheel
buildopts:
rpms:
macros: |
# python2
%_without_rewheel 1
# setuptools & pip & wheel
# setuptools & pip
%_with_bootstrap 1
# setuptools
%_without_platform_python 1
@ -99,7 +96,3 @@ data:
rationale: Python Packaging ecosystem
ref: master
buildorder: 30
python-wheel:
rationale: Used for unbundling of pip and setuptools
ref: master
buildorder: 40