Skip to content

Commit 8855333

Browse files
author
Daniel Néri
committed
main/python3: add stricter dependency on libexpat>=2.6.0
Since 3.10.14, Pyhon uses the "reparse deferral API" in expat >= 2.6.0: python/cpython#116270
1 parent b25c72f commit 8855333

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main/python3/APKBUILD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pkgname=python3
66
pkgver=3.10.14
77
_bluez_ver=5.64
88
_basever="${pkgver%.*}"
9-
pkgrel=0
9+
pkgrel=1
1010
pkgdesc="A high-level scripting language"
1111
url="https://www.python.org/"
1212
arch="all"
@@ -18,6 +18,7 @@ subpackages="
1818
$pkgname-tests::noarch
1919
pythonispython3
2020
"
21+
depends="expat>=2.6.0"
2122
makedepends="
2223
!gettext-dev
2324
autoconf

0 commit comments

Comments
 (0)