summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2019-02-18 12:31:00 +0100
committerAndras Timar <andras.timar@collabora.com>2019-02-18 12:31:00 +0100
commit6218e11e5260d5a3a0047b3269597ddf2a96c8c7 (patch)
tree2993a61e6289a0b74cc9c4b1eafaafb4f135cf64 /configure.ac
parent456a1f84c03dcebe2eb6d19968bd855fc2e508da (diff)
Revert "upgrade to python 3.5.6"co-6.0-23
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ce3cd9637e0f..57ae3c64ecce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8083,7 +8083,7 @@ internal)
SYSTEM_PYTHON=
PYTHON_VERSION_MAJOR=3
PYTHON_VERSION_MINOR=5
- PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.6
+ PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.5
if ! grep -q -i python.*${PYTHON_VERSION} ${SRC_ROOT}/download.lst; then
AC_MSG_ERROR([PYTHON_VERSION ${PYTHON_VERSION} but no matching file in download.lst])
fi