e2c03d54bb
This reverts commit 233202597d
, 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 <thomas.petazzoni@free-electrons.com>
5 lines
228 B
Plaintext
5 lines
228 B
Plaintext
# From https://www.python.org/downloads/release/python-363/
|
|
md5 b9c2c36c33fb89bda1fefd37ad5af9be Python-3.6.3.tar.xz
|
|
# Locally computed
|
|
sha256 cda7d967c9a4bfa52337cdf551bcc5cff026b6ac50a8834e568ce4a794ca81da Python-3.6.3.tar.xz
|