Skip to content

Commit

Permalink
main/python3: add stricter dependency on libexpat>=2.6.0
Browse files Browse the repository at this point in the history
Since 3.10.14, Pyhon uses the "reparse deferral API" in expat >= 2.6.0:

   python/cpython#116270
  • Loading branch information
Daniel Néri committed Mar 23, 2024
1 parent b25c72f commit 8855333
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main/python3/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pkgname=python3
pkgver=3.10.14
_bluez_ver=5.64
_basever="${pkgver%.*}"
pkgrel=0
pkgrel=1
pkgdesc="A high-level scripting language"
url="https://www.python.org/"
arch="all"
Expand All @@ -18,6 +18,7 @@ subpackages="
$pkgname-tests::noarch
pythonispython3
"
depends="expat>=2.6.0"
makedepends="
!gettext-dev
autoconf
Expand Down

0 comments on commit 8855333

Please sign in to comment.