commit 6f69083faf3557a3dce2a2986c9d1bfe574cb6c8
Author: Adam Gołębiowski <[email protected]>
Date:   Wed May 15 10:35:10 2024 +0200

    - strict expat dep due to:
        python3 -c "from pyexpat import *"
        Traceback (most recent call last):
          File "<string>", line 1, in <module>
        ImportError: 
/usr/lib64/python3.10/lib-dynload/pyexpat.cpython-310-x86_64-linux-gnu.so: 
undefined symbol: XML_SetReparseDeferralEnabled

 python3.spec | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/python3.spec b/python3.spec
index 686f876..bf73588 100644
--- a/python3.spec
+++ b/python3.spec
@@ -250,6 +250,7 @@ Group:              Libraries/Python
 Requires:      %{name}-libs = %{epoch}:%{version}-%{release}
 %{?with_system_mpdecimal:Requires:     mpdecimal >= 2.4.2-2}
 Obsoletes:     python3-modules-sqlite < 1:3.1-2
+%requires_ge_to        expat expat-devel
 %requires_ge_to        openssl openssl-devel
 
 %description modules
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3.git/commitdiff/6f69083faf3557a3dce2a2986c9d1bfe574cb6c8

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to