Filter out tools, test and debug subpackages due to missing tkinter

This commit is contained in:
Tomas Orsava 2017-10-03 17:01:25 +02:00
commit a39f02e879

View file

@ -58,20 +58,27 @@ data:
- python2-libs - python2-libs
- python2-pip - python2-pip
- python2-setuptools - python2-setuptools
- python2-tools
full: full:
rpms: rpms:
- python2 - python2
- python2-debug
- python2-devel - python2-devel
- python2-libs - python2-libs
- python2-pip - python2-pip
- python2-setuptools - python2-setuptools
- python2-tools
- python2-wheel - python2-wheel
filter: filter:
rpms: rpms:
# Requires unavailable: tk, tcl, libX11
- python2-tkinter - 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-wheel
- python3-setuptools - python3-setuptools
- python3-pip - python3-pip
@ -79,12 +86,10 @@ data:
api: api:
rpms: rpms:
- python2 - python2
- python2-debug
- python2-devel - python2-devel
- python2-libs - python2-libs
- python2-pip - python2-pip
- python2-setuptools - python2-setuptools
- python2-tools
- python2-wheel - python2-wheel
buildopts: buildopts:
rpms: rpms: