From 6c7056e87cef2c0cff4633014a9bf386992ed750 Mon Sep 17 00:00:00 2001 From: Alice Ferrazzi Date: Fri, 17 Sep 2021 22:16:59 +0900 Subject: kernel-2.eclass: Update PYTHON_COMPAT to drop python 3.7 Signed-off-by: Alice Ferrazzi --- eclass/kernel-2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass') diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index 983ba916931d..adc1425bc2e2 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -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 -- cgit v1.2.3-65-gdbad