mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 17:36:59 +02:00
app-emulation/xenstore: Make PYTHON_COMPAT a bit more future-proof
This commit is contained in:
parent
be8f416527
commit
30a1ecd137
@ -4,7 +4,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_6 )
|
||||
PYTHON_COMPAT=( python3_{6..10} )
|
||||
|
||||
inherit multilib python-any-r1 systemd toolchain-funcs
|
||||
|
Loading…
Reference in New Issue
Block a user