mirror of https://github.com/python/cpython
gh-123418: Update Android build to use OpenSSL 3.0.15 (GH-123685)
This commit is contained in:
parent
40bdb0deee
commit
1fdfce9452
|
@ -138,7 +138,7 @@ def make_build_python(context):
|
||||||
|
|
||||||
def unpack_deps(host):
|
def unpack_deps(host):
|
||||||
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-1", "libffi-3.4.4-2", "openssl-3.0.13-1",
|
for name_ver in ["bzip2-1.0.8-1", "libffi-3.4.4-2", "openssl-3.0.15-0",
|
||||||
"sqlite-3.45.1-0", "xz-5.4.6-0"]:
|
"sqlite-3.45.1-0", "xz-5.4.6-0"]:
|
||||||
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}")
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Updated Android build to use OpenSSL 3.0.15.
|
Loading…
Reference in New Issue