mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-07 18:31:54 +01:00
eclass/kernel-2: Support python3.6 too
This commit is contained in:
parent
ca04ebdb73
commit
5400affa86
@ -599,7 +599,7 @@ if [[ ${ETYPE} == sources ]]; then
|
|||||||
K_DEBLOB_AVAILABLE=0
|
K_DEBLOB_AVAILABLE=0
|
||||||
fi
|
fi
|
||||||
if [[ ${K_DEBLOB_AVAILABLE} == 1 ]]; then
|
if [[ ${K_DEBLOB_AVAILABLE} == 1 ]]; then
|
||||||
PYTHON_COMPAT=( python3_{8..10} )
|
PYTHON_COMPAT=( python3_{6..10} )
|
||||||
|
|
||||||
inherit python-any-r1
|
inherit python-any-r1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user