mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +00:00
[3.14] gh-135846: Add zstd dependency to Android build script (GH-136253) (#136491)
Adds zstd to the Android build process.
(cherry picked from commit 61dd9fdad7)
Co-authored-by: Emma Smith <emma@emmatyping.dev>
Co-authored-by: Malcolm Smith <smith@chaquo.com>
This commit is contained in:
parent
4d025a2318
commit
7937f16ade
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ def unpack_deps(host, prefix_dir):
|
||||||
os.chdir(prefix_dir)
|
os.chdir(prefix_dir)
|
||||||
deps_url = "https://github.com/beeware/cpython-android-source-deps/releases/download"
|
deps_url = "https://github.com/beeware/cpython-android-source-deps/releases/download"
|
||||||
for name_ver in ["bzip2-1.0.8-3", "libffi-3.4.4-3", "openssl-3.0.15-4",
|
for name_ver in ["bzip2-1.0.8-3", "libffi-3.4.4-3", "openssl-3.0.15-4",
|
||||||
"sqlite-3.49.1-0", "xz-5.4.6-1"]:
|
"sqlite-3.49.1-0", "xz-5.4.6-1", "zstd-1.5.7-1"]:
|
||||||
filename = f"{name_ver}-{host}.tar.gz"
|
filename = f"{name_ver}-{host}.tar.gz"
|
||||||
download(f"{deps_url}/{name_ver}/{filename}")
|
download(f"{deps_url}/{name_ver}/{filename}")
|
||||||
shutil.unpack_archive(filename)
|
shutil.unpack_archive(filename)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue