Use python2 for the script, otherwise some extra tools won't get built.

This commit is contained in:
Krystian Bacławski
2014-02-20 09:23:40 +01:00
parent 6f49871983
commit e2dff1df7a
+1 -1
View File
@@ -68,7 +68,7 @@ function unpack_clean {
}
function compare_version {
python - "$1" "$2" "$3" <<EOF
python2.7 - "$1" "$2" "$3" <<EOF
from distutils.version import StrictVersion
import sys