summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/oe-buildenv-internal2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oe-buildenv-internal b/scripts/oe-buildenv-internal
index c62688fbd2..ba0a9b44d6 100755
--- a/scripts/oe-buildenv-internal
+++ b/scripts/oe-buildenv-internal
@@ -34,7 +34,7 @@ fi
34# any other new feature use, just check the version here. 34# any other new feature use, just check the version here.
35py_v35_check=$(python3 -c 'import sys; print(sys.version_info >= (3,5,0))') 35py_v35_check=$(python3 -c 'import sys; print(sys.version_info >= (3,5,0))')
36if [ "$py_v35_check" != "True" ]; then 36if [ "$py_v35_check" != "True" ]; then
37 echo >&2 "BitBake requires Python 3.5.0 or later as 'python3'" 37 echo >&2 "BitBake requires Python 3.5.0 or later as 'python3 (scripts/install-buildtools can be used if needed)'"
38 return 1 38 return 1
39fi 39fi
40unset py_v35_check 40unset py_v35_check