diff options
author | Andras Timar <andras.timar@collabora.com> | 2019-02-18 12:31:00 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2019-02-18 12:31:00 +0100 |
commit | 6218e11e5260d5a3a0047b3269597ddf2a96c8c7 (patch) | |
tree | 2993a61e6289a0b74cc9c4b1eafaafb4f135cf64 | |
parent | 456a1f84c03dcebe2eb6d19968bd855fc2e508da (diff) |
Revert "upgrade to python 3.5.6"co-6.0-23
This reverts commit fb0b9f831782ecd9a3d43e5a9ad86b2b79ee66ec.
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | download.lst | 4 |
2 files changed, 3 insertions, 3 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 diff --git a/download.lst b/download.lst index a4780966fcfd..3fcd8d969b6c 100644 --- a/download.lst +++ b/download.lst @@ -224,8 +224,8 @@ export POPPLER_SHA256SUM := e44b5543903128884ba4538c2a97d3bcc8889e97ffacc4636112 export POPPLER_TARBALL := poppler-0.73.0.tar.xz export POSTGRESQL_SHA256SUM := db61d498105a7d5fe46185e67ac830c878cdd7dc1f82a87f06b842217924c461 export POSTGRESQL_TARBALL := c0b4799ea9850eae3ead14f0a60e9418-postgresql-9.2.1.tar.bz2 -export PYTHON_SHA256SUM := f55cde04f521f273c7cba08912921cc5642cfc15ca7b22d5829f0aff4371155f -export PYTHON_TARBALL := Python-3.5.6.tar.xz +export PYTHON_SHA256SUM := 063d2c3b0402d6191b90731e0f735c64830e7522348aeb7ed382a83165d45009 +export PYTHON_TARBALL := Python-3.5.5.tar.xz export QXP_SHA256SUM := 8c257f6184ff94aefa7c9fa1cfae82083d55a49247266905c71c53e013f95c73 export QXP_TARBALL := libqxp-0.0.1.tar.xz export RAPTOR_SHA256SUM := ada7f0ba54787b33485d090d3d2680533520cd4426d2f7fb4782dd4a6a1480ed |