base: Update python requirements
authorRISCi_ATOM <bob@bobcall.me>
Wed, 29 Dec 2021 20:15:49 +0000 (15:15 -0500)
committerRISCi_ATOM <bob@bobcall.me>
Fri, 31 Dec 2021 17:50:44 +0000 (12:50 -0500)
include/prereq-build.mk

index 29960b148f2ac062ad5657b254b6dbda73e8ff9c..c8c59e0d9fb7747a8a2e0fe818bca3fd352e1359 100644 (file)
@@ -145,11 +145,13 @@ $(eval $(call SetupHostCommand,perl,Please install Perl 5.x, \
 $(eval $(call CleanupPython2))
 
 $(eval $(call SetupHostCommand,python,Please install Python >= 3.5, \
+       python3.10 -V 2>&1 | grep 'Python 3', \
+       python3.9 -V 2>&1 | grep 'Python 3', \
        python3.8 -V 2>&1 | grep 'Python 3', \
        python3.7 -V 2>&1 | grep 'Python 3', \
        python3.6 -V 2>&1 | grep 'Python 3', \
        python3.5 -V 2>&1 | grep 'Python 3', \
-       python3 -V 2>&1 | grep -E 'Python 3\.[5-9]\.?'))
+       python3 -V 2>&1 | grep -E 'Python 3\.([5-9]|10)\.?'))
 
 $(eval $(call TestHostCommand,python3-jsmin, \
         Please install the jsmin Python module, \