Move wheel into the python2 module
This commit is contained in:
parent
cf41f5b474
commit
c93fde5d6f
1 changed files with 1 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue