mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 18:06:59 +02:00
sys-auth/sssd: Make PYTHON_COMPAT a bit more future-proof
This commit is contained in:
parent
08b4623745
commit
54dbfd2cf4
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_7 )
|
PYTHON_COMPAT=( python3_{6..10} )
|
||||||
|
|
||||||
inherit autotools flag-o-matic linux-info multilib-minimal python-single-r1 pam systemd toolchain-funcs
|
inherit autotools flag-o-matic linux-info multilib-minimal python-single-r1 pam systemd toolchain-funcs
|
||||||
|
|
Loading…
Reference in New Issue
Block a user