summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2024-03-28 13:37:49 -0700
committerPatrick McLean <chutzpah@gentoo.org>2024-03-29 12:13:12 -0700
commitbf0bf11ed36ab4cf358d7434aec1b51ecf9d2215 (patch)
tree60cd4c1407faf60ee0a1e0c2f67be739cbf5ca5e /dev-python/xmlsec
parentdev-python/opentelemetry-sdk: add 1.24.0 (diff)
downloadgentoo-bf0bf11ed36ab4cf358d7434aec1b51ecf9d2215.tar.gz
gentoo-bf0bf11ed36ab4cf358d7434aec1b51ecf9d2215.tar.bz2
gentoo-bf0bf11ed36ab4cf358d7434aec1b51ecf9d2215.zip
dev-python/xmlsec: Remove ver restriction on lxml (bug #927927)
As per upstream issue, the segfaults are caused die to lxml being linked against a different libxml2 than xmlsec. This isn't a problem for package manager installed packages, especially source based installs. Closes: https://bugs.gentoo.org/927927 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/xmlsec')
-rw-r--r--dev-python/xmlsec/xmlsec-1.3.12-r4.ebuild (renamed from dev-python/xmlsec/xmlsec-1.3.12-r3.ebuild)3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/xmlsec/xmlsec-1.3.12-r3.ebuild b/dev-python/xmlsec/xmlsec-1.3.12-r4.ebuild
index 03cc95cdf32d..4dc3a59da936 100644
--- a/dev-python/xmlsec/xmlsec-1.3.12-r3.ebuild
+++ b/dev-python/xmlsec/xmlsec-1.3.12-r4.ebuild
@@ -26,10 +26,9 @@ SLOT="0"
KEYWORDS="amd64 arm64 ~ppc64 x86"
# Doesn't yet support xmlsec-1.3.0: https://github.com/xmlsec/python-xmlsec/issues/252
-# Doesn't yet support lxml-5: https://github.com/xmlsec/python-xmlsec/issues/277
RDEPEND="
<dev-libs/xmlsec-1.3.0:=[openssl]
- <dev-python/lxml-5[${PYTHON_USEDEP}]
+ dev-python/lxml[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
BDEPEND="