diff options
author | Alice Ferrazzi <alicef@gentoo.org> | 2021-09-17 22:16:59 +0900 |
---|---|---|
committer | Alice Ferrazzi <alicef@gentoo.org> | 2021-09-17 22:19:52 +0900 |
commit | 6c7056e87cef2c0cff4633014a9bf386992ed750 (patch) | |
tree | 89c9eaf3041d51952e655785df3caf84f376bb16 /eclass/kernel-2.eclass | |
parent | dev-util/glib-utils: bump to 2.70.0 (diff) | |
download | gentoo-6c7056e87cef2c0cff4633014a9bf386992ed750.tar.gz gentoo-6c7056e87cef2c0cff4633014a9bf386992ed750.tar.bz2 gentoo-6c7056e87cef2c0cff4633014a9bf386992ed750.zip |
kernel-2.eclass: Update PYTHON_COMPAT to drop python 3.7
Signed-off-by: Alice Ferrazzi <alicef@gentoo.org>
Diffstat (limited to 'eclass/kernel-2.eclass')
-rw-r--r-- | eclass/kernel-2.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
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 |