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-pip
- python2-setuptools - python2-setuptools
- python2-tools - python2-tools
- python2-wheel
filter: filter:
rpms: rpms:
- python2-tkinter - python2-tkinter
- python3-setuptools - python3-setuptools
- python3-pip - python3-pip
- python3-wheel
api: api:
rpms: rpms:
- python2 - python2
@ -72,13 +70,12 @@ data:
- python2-pip - python2-pip
- python2-setuptools - python2-setuptools
- python2-tools - python2-tools
- python2-wheel
buildopts: buildopts:
rpms: rpms:
macros: | macros: |
# python2 # python2
%_without_rewheel 1 %_without_rewheel 1
# setuptools & pip & wheel # setuptools & pip
%_with_bootstrap 1 %_with_bootstrap 1
# setuptools # setuptools
%_without_platform_python 1 %_without_platform_python 1
@ -99,7 +96,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