From: RISCi_ATOM Date: Thu, 29 Sep 2022 22:42:31 +0000 (-0400) Subject: librecmc: Add Python 3.11 for Python 3 check. X-Git-Tag: v1.5.12~12 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7a76960326c8df1189e0f7943a8bcc051ebb2969;p=librecmc%2Flibrecmc.git librecmc: Add Python 3.11 for Python 3 check. --- diff --git a/include/prereq-build.mk b/include/prereq-build.mk index c8c59e0d9f..eb6970bb45 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -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', \