mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-01 23:42:19 +01:00
net-fs/samba: Make PYTHON_COMPAT a bit more future-proof
This commit is contained in:
parent
e39e8216bf
commit
bea9ffd812
@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
PYTHON_COMPAT=( python3_{6..10} )
|
||||
PYTHON_REQ_USE='threads(+),xml(+)'
|
||||
inherit python-single-r1 waf-utils multilib-minimal linux-info systemd pam
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user