Skip to content

Commit a4aac99

Browse files
Daniel Nérincopa
authored andcommitted
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 41ce1c5 commit a4aac99

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
@@ -5,7 +5,7 @@ pkgname=python3
55
pkgver=3.10.14
66
_bluez_ver=5.65
77
_basever="${pkgver%.*}"
8-
pkgrel=0
8+
pkgrel=1
99
pkgdesc="A high-level scripting language"
1010
url="https://www.python.org/"
1111
arch="all"
@@ -17,6 +17,7 @@ subpackages="
1717
$pkgname-tests::noarch
1818
$pkgname-gdbm
1919
"
20+
depends="libexpat>=2.6.0"
2021
makedepends="
2122
!gettext-dev
2223
autoconf

0 commit comments

Comments
 (0)