Filter out tools, test and debug subpackages due to missing tkinter
This commit is contained in:
parent
764045c752
commit
a39f02e879
1 changed files with 10 additions and 5 deletions
15
python2.yaml
15
python2.yaml
|
|
@ -58,20 +58,27 @@ data:
|
|||
- python2-libs
|
||||
- python2-pip
|
||||
- python2-setuptools
|
||||
- python2-tools
|
||||
full:
|
||||
rpms:
|
||||
- python2
|
||||
- python2-debug
|
||||
- python2-devel
|
||||
- python2-libs
|
||||
- python2-pip
|
||||
- python2-setuptools
|
||||
- python2-tools
|
||||
- python2-wheel
|
||||
filter:
|
||||
rpms:
|
||||
# Requires unavailable: tk, tcl, libX11
|
||||
- python2-tkinter
|
||||
# Requires unavailable: python3-tkinter
|
||||
- python2-tools
|
||||
# Requires unavailable: python3-tools
|
||||
- python2-test
|
||||
# Requires unavailable: python3-{tkinter,tools,test} and more
|
||||
- python2-debug
|
||||
|
||||
# Remove Python 3 stuff we had to build but don't want in the
|
||||
# module
|
||||
- python3-wheel
|
||||
- python3-setuptools
|
||||
- python3-pip
|
||||
|
|
@ -79,12 +86,10 @@ data:
|
|||
api:
|
||||
rpms:
|
||||
- python2
|
||||
- python2-debug
|
||||
- python2-devel
|
||||
- python2-libs
|
||||
- python2-pip
|
||||
- python2-setuptools
|
||||
- python2-tools
|
||||
- python2-wheel
|
||||
buildopts:
|
||||
rpms:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue