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 authored and ncopa committed Mar 23, 2024
1 parent 41ce1c5 commit a4aac99
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 @@ -5,7 +5,7 @@ pkgname=python3
pkgver=3.10.14
_bluez_ver=5.65
_basever="${pkgver%.*}"
pkgrel=0
pkgrel=1
pkgdesc="A high-level scripting language"
url="https://www.python.org/"
arch="all"
Expand All @@ -17,6 +17,7 @@ subpackages="
$pkgname-tests::noarch
$pkgname-gdbm
"
depends="libexpat>=2.6.0"
makedepends="
!gettext-dev
autoconf
Expand Down

0 comments on commit a4aac99

Please sign in to comment.