]> git.pld-linux.org Git - packages/python3.git/commitdiff
- strict expat dep due to: master
authorAdam Gołębiowski <adamg@pld-linux.org>
Wed, 15 May 2024 08:35:10 +0000 (10:35 +0200)
committerAdam Gołębiowski <adamg@pld-linux.org>
Wed, 15 May 2024 08:35:10 +0000 (10:35 +0200)
    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

index 686f87678a58f7009163f2b04f68287bf0ef2021..bf735882cb602f8b1dd116cfe76e80bb965252b6 100644 (file)
@@ -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
This page took 0.134155 seconds and 4 git commands to generate.