projects
/
librecmc
/
librecmc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b675d0
)
librecmc: Add Python 3.11 for Python 3 check.
author
RISCi_ATOM
<bob@bobcall.me>
Thu, 29 Sep 2022 22:42:31 +0000
(18:42 -0400)
committer
RISCi_ATOM
<bob@bobcall.me>
Thu, 29 Sep 2022 22:42:31 +0000
(18:42 -0400)
include/prereq-build.mk
patch
|
blob
|
history
diff --git
a/include/prereq-build.mk
b/include/prereq-build.mk
index c8c59e0d9fb7747a8a2e0fe818bca3fd352e1359..eb6970bb45dcf9f7a489007a33444d3a4113cc95 100644
(file)
--- 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', \