coreos-base/coreos-init: Make PYTHON_COMPAT a bit more future-proof

This commit is contained in:
Krzesimir Nowak 2021-11-30 18:30:13 +01:00
parent 2e2da29c85
commit a7abaa2ae1

View File

@ -14,7 +14,7 @@ else
KEYWORDS="amd64 arm arm64 x86"
fi
PYTHON_COMPAT=( python3_6 )
PYTHON_COMPAT=( python3_{6..10} )
inherit cros-workon systemd python-any-r1