From 7a76960326c8df1189e0f7943a8bcc051ebb2969 Mon Sep 17 00:00:00 2001 From: RISCi_ATOM Date: Thu, 29 Sep 2022 18:42:31 -0400 Subject: [PATCH] librecmc: Add Python 3.11 for Python 3 check. --- include/prereq-build.mk | 1 + 1 file changed, 1 insertion(+) 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', \ -- 2.25.1