From e2c03d54bb11a405255e8a2a0bbb22a7ac80d512 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 5 Feb 2018 07:08:42 +0100 Subject: Revert "python3: bump to 2.6.4" This reverts commit 233202597d9411399aeaded2f9a7cd14f2e29833, which causes a lot of build failures. Part of the Python build process tries to use os.replace(), which is only available since Python 3.3. It should work if the host-python being built was used, but unfortunately the system Python ends up being used, causing the build failure. Fixes: http://autobuild.buildroot.net/results/ed95a7ded6bd6c17bd0820b3a96862487b71eb2b/ Signed-off-by: Thomas Petazzoni --- package/python3/python3.hash | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/python3/python3.hash') diff --git a/package/python3/python3.hash b/package/python3/python3.hash index b51ccfdbd1..33adb188fb 100644 --- a/package/python3/python3.hash +++ b/package/python3/python3.hash @@ -1,4 +1,4 @@ -# From https://www.python.org/downloads/release/python-364/ -md5 1325134dd525b4a2c3272a1a0214dd54 Python-3.6.4.tar.xz +# From https://www.python.org/downloads/release/python-363/ +md5 b9c2c36c33fb89bda1fefd37ad5af9be Python-3.6.3.tar.xz # Locally computed -sha256 159b932bf56aeaa76fd66e7420522d8c8853d486b8567c459b84fe2ed13bcaba Python-3.6.4.tar.xz +sha256 cda7d967c9a4bfa52337cdf551bcc5cff026b6ac50a8834e568ce4a794ca81da Python-3.6.3.tar.xz -- cgit v1.2.3