Home
last modified time | relevance | path

Searched refs:py_v35_check (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/
H A Doe-buildenv-internal35 py_v35_check=$(python3 -c 'import sys; print(sys.version_info >= (3,5,0))')
36 if [ "$py_v35_check" != "True" ]; then
40 unset py_v35_check