mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 18:06:59 +02:00
coreos-base/emerge-gitclone: Make PYTHON_COMPAT a bit more future-proof
This commit is contained in:
parent
a7abaa2ae1
commit
0562a13b0e
@ -14,7 +14,7 @@ else
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
fi
|
||||
|
||||
PYTHON_COMPAT=( python3_6 )
|
||||
PYTHON_COMPAT=( python3_{6..10} )
|
||||
|
||||
inherit cros-workon python-single-r1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user