14
0
forked from pool/python-xmlsec

- Add patch fix-lxml-incompat.patch:

* Cast to avoid an incompatibility with lxml.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xmlsec?expand=0&rev=31
This commit is contained in:
2024-08-29 04:41:42 +00:00
committed by Git OBS Bridge
parent 29e1e010ea
commit c45e25b7de
3 changed files with 33 additions and 1 deletions

View File

@@ -24,6 +24,8 @@ Summary: Python bindings for the XML Security Library
License: MIT
URL: https://github.com/mehcode/python-xmlsec
Source: https://files.pythonhosted.org/packages/source/x/xmlsec/xmlsec-%{version}.tar.gz
# PATCH-FIX-UPSTREAM gh#xmlsec/python-xmlsec#325
Patch0: fix-lxml-incompat.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module hypothesis}
BuildRequires: %{python_module lxml >= 3.8.0}
@@ -74,7 +76,7 @@ donttest="test_sign_case5"
%doc README.rst
%license LICENSE
%{python_sitearch}/xmlsec
%{python_sitearch}/xmlsec-%{version}*-info
%{python_sitearch}/xmlsec-%{version}.dist-info
%{python_sitearch}/xmlsec*.so
%changelog