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

This commit is contained in:
Tomas Orsava 2017-10-02 18:31:49 +02:00
commit 734d22831c

View file

@ -48,30 +48,32 @@ data:
- python3-libs - python3-libs
- python3-pip - python3-pip
- python3-setuptools - python3-setuptools
- python3-tools
full: full:
rpms: rpms:
- python3 - python3
- python3-debug
- python3-devel - python3-devel
- python3-libs - python3-libs
- python3-pip - python3-pip
- python3-setuptools - python3-setuptools
- python3-tools
- python3-wheel - python3-wheel
filter: filter:
rpms: rpms:
- python2-rpm-macros - python2-rpm-macros
# Requires unavailable: tk, tcl, libX11
- python3-tkinter - python3-tkinter
# Requires unavailable: python3-tkinter
- python3-tools
# Requires unavailable: python3-tools
- python3-test
# Requires unavailable: python3-{tkinter,tools,test} and more
- python3-debug
api: api:
rpms: rpms:
- python3 - python3
- python3-debug
- python3-devel - python3-devel
- python3-libs - python3-libs
- python3-pip - python3-pip
- python3-setuptools - python3-setuptools
- python3-tools
- python3-wheel - python3-wheel
buildopts: buildopts:
rpms: rpms: