mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-11 12:21:44 +01:00
sys-boot/grub: Make PYTHON_COMPAT a bit more future-proof
This commit is contained in:
parent
46c9711979
commit
162d0d434e
@ -16,7 +16,7 @@ fi
|
||||
inherit cros-workon
|
||||
|
||||
if [[ -n ${GRUB_AUTOGEN} ]]; then
|
||||
PYTHON_COMPAT=( python{3_5,3_6,3_7} )
|
||||
PYTHON_COMPAT=( python3_{6..10} )
|
||||
WANT_LIBTOOL=none
|
||||
inherit autotools python-any-r1
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user