mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kernel-2.eclass: Update PYTHON_COMPAT to drop python 3.7
Signed-off-by: Alice Ferrazzi <alicef@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user