Skip to content

Commit d96d282

Browse files
miss-islingtonemmatypingmhsmith
authored andcommitted
[3.14] pythongh-135846: Add zstd dependency to Android build script (pythonGH-136253) (python#136491)
Adds zstd to the Android build process. (cherry picked from commit 61dd9fd) Co-authored-by: Emma Smith <[email protected]> Co-authored-by: Malcolm Smith <[email protected]>
1 parent dc6ac3b commit d96d282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Android/android.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def unpack_deps(host, prefix_dir):
175175
os.chdir(prefix_dir)
176176
deps_url = "https://github.com/beeware/cpython-android-source-deps/releases/download"
177177
for name_ver in ["bzip2-1.0.8-3", "libffi-3.4.4-3", "openssl-3.0.15-4",
178-
"sqlite-3.49.1-0", "xz-5.4.6-1"]:
178+
"sqlite-3.49.1-0", "xz-5.4.6-1", "zstd-1.5.7-1"]:
179179
filename = f"{name_ver}-{host}.tar.gz"
180180
download(f"{deps_url}/{name_ver}/{filename}")
181181
shutil.unpack_archive(filename)

0 commit comments

Comments
 (0)