Browse Source

librecmc: Add Python 3.11 for Python 3 check.

RISCi_ATOM 1 year ago
parent
commit
7a76960326
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/prereq-build.mk

+ 1 - 0
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', \