Require Python 2.7

Python 2.7 is the last stable release of the 2.x series, as per PEP
404: http://legacy.python.org/dev/peps/pep-0404/

Python 2.7 is also 7 years old, and maintained until 2020.
This commit is contained in:
Emmanuele Bassi 2017-07-20 15:11:50 +01:00
parent c1ae1170fa
commit fd541c3518

View File

@ -389,7 +389,7 @@ AC_ARG_WITH(python,
if test x"$PYTHON" = xyes; then
AC_MSG_ERROR([--with-python option requires a path or program argument])
fi
AM_PATH_PYTHON(2.5,,PYTHON="/usr/bin/env python2.5")
AM_PATH_PYTHON(2.7,,PYTHON="python2.7")
dnl ***********************