From 83dc3336f697cc1d6260ccec74b69d835d77b012 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Tue, 17 Dec 2024 23:22:41 +0000 Subject: [PATCH] python 3.11 depends on latest expat library --- build/python311/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/python311/build.sh b/build/python311/build.sh index 2fbc5015b..84d1c30c7 100755 --- a/build/python311/build.sh +++ b/build/python311/build.sh @@ -31,7 +31,7 @@ BUILD_DEPENDS_IPS=" RUN_DEPENDS_IPS=" compress/bzip2 database/sqlite-3 - library/expat + library/expat@`pkg_ver expat` library/libffi library/libxml2 library/ncurses