aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlauren n. liberda <lauren@selfisekai.rocks>2024-04-16 15:59:51 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2024-04-18 07:52:31 +0000
commitaf143155d26e7d9b8a1fe4410b63d5253af1c7d5 (patch)
tree74f285bc4609a029d61d6f94f671adf563422be1
parentf4723fff33a1afe43b156dca462f9f5a1fdf92f4 (diff)
main/python3: mark libssl>=3.3 requirement explicitlyHEADmaster
urllib breaks very spectacularly when built with libssl 3.3 headers and actually loads libssl 3.2. closes https://gitlab.alpinelinux.org/alpine/aports/-/issues/16004
-rw-r--r--main/python3/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/python3/APKBUILD b/main/python3/APKBUILD
index ba3b7b8c393..6d580da114b 100644
--- a/main/python3/APKBUILD
+++ b/main/python3/APKBUILD
@@ -4,7 +4,7 @@ pkgname=python3
# the python3-tkinter's pkgver needs to be synchronized with this.
pkgver=3.12.3
_basever="${pkgver%.*}"
-pkgrel=0
+pkgrel=1
pkgdesc="High-level scripting language"
url="https://www.python.org/"
arch="all"
@@ -22,6 +22,7 @@ subpackages="
$pkgname-gdbm
pyc:_pyc_meta:noarch
"
+depends="libssl3>=3.3.0"
makedepends="
!gettext-dev
bluez-headers