kernel-2.eclass: Update PYTHON_COMPAT to drop python 3.7

Signed-off-by: Alice Ferrazzi <alicef@gentoo.org>
This commit is contained in:
Alice Ferrazzi
2021-09-17 22:16:59 +09:00
parent 8dbf2aa90b
commit 6c7056e87c

View File

@@ -599,7 +599,7 @@ if [[ ${ETYPE} == sources ]]; then
K_DEBLOB_AVAILABLE=0
fi
if [[ ${K_DEBLOB_AVAILABLE} == 1 ]]; then
PYTHON_COMPAT=( python3_{7..10} )
PYTHON_COMPAT=( python3_{8..10} )
inherit python-any-r1