Filter out tools, test and debug subpackages due to missing tkinter
This commit is contained in:
parent
805ced0e8f
commit
734d22831c
1 changed files with 7 additions and 5 deletions
12
python3.yaml
12
python3.yaml
|
|
@ -48,30 +48,32 @@ data:
|
|||
- python3-libs
|
||||
- python3-pip
|
||||
- python3-setuptools
|
||||
- python3-tools
|
||||
full:
|
||||
rpms:
|
||||
- python3
|
||||
- python3-debug
|
||||
- python3-devel
|
||||
- python3-libs
|
||||
- python3-pip
|
||||
- python3-setuptools
|
||||
- python3-tools
|
||||
- python3-wheel
|
||||
filter:
|
||||
rpms:
|
||||
- python2-rpm-macros
|
||||
# Requires unavailable: tk, tcl, libX11
|
||||
- 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:
|
||||
rpms:
|
||||
- python3
|
||||
- python3-debug
|
||||
- python3-devel
|
||||
- python3-libs
|
||||
- python3-pip
|
||||
- python3-setuptools
|
||||
- python3-tools
|
||||
- python3-wheel
|
||||
buildopts:
|
||||
rpms:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue