librecmc: Add Python 3.11 for Python 3 check.
authorRISCi_ATOM <bob@bobcall.me>
Thu, 29 Sep 2022 22:42:31 +0000 (18:42 -0400)
committerRISCi_ATOM <bob@bobcall.me>
Thu, 29 Sep 2022 22:42:31 +0000 (18:42 -0400)
include/prereq-build.mk

index c8c59e0d9fb7747a8a2e0fe818bca3fd352e1359..eb6970bb45dcf9f7a489007a33444d3a4113cc95 100644 (file)
@@ -145,6 +145,7 @@ $(eval $(call SetupHostCommand,perl,Please install Perl 5.x, \
 $(eval $(call CleanupPython2))
 
 $(eval $(call SetupHostCommand,python,Please install Python >= 3.5, \
+       python3.11 -V 2>&1 | grep 'Python 3', \
        python3.10 -V 2>&1 | grep 'Python 3', \
        python3.9 -V 2>&1 | grep 'Python 3', \
        python3.8 -V 2>&1 | grep 'Python 3', \