eclass/kernel-2: Support python3.6 too

This commit is contained in:
Krzesimir Nowak 2021-09-21 16:57:24 +02:00
parent ca04ebdb73
commit 5400affa86

View File

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