[packages/python3/PYTHON_3_10] - release 3, strict expat dep due to: python3 -c "from pyexpat import *" Traceback (most rec
adamg
adamg at pld-linux.org
Wed May 15 11:38:26 CEST 2024
commit 748bf6fee574815728f56c5823150dd31cfd288a
Author: Adam Gołębiowski <adamg at pld-linux.org>
Date: Wed May 15 10:33:35 2024 +0200
- release 3, 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 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/python3.spec b/python3.spec
index 5076be0..46c7499 100644
--- a/python3.spec
+++ b/python3.spec
@@ -48,7 +48,7 @@ Summary(tr.UTF-8): X arayüzlü, yüksek düzeyli, kabuk yorumlayıcı dili
Summary(uk.UTF-8): Мова програмування дуже високого рівня з X-інтерфейсом
Name: python3
Version: %{py_ver}.14
-Release: 2
+Release: 3
Epoch: 1
License: PSF
Group: Development/Languages/Python
@@ -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/748bf6fee574815728f56c5823150dd31cfd288a
More information about the pld-cvs-commit
mailing list