summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-04-15 06:32:49 +0100
committerSam James <sam@gentoo.org>2023-04-15 06:40:16 +0100
commit8e8e85f55dac1bfdbfcacdb3196f6dbbbf340a56 (patch)
tree06da680e4ab17dd17a69382470861518cecc34fc
parentdev-libs/xmlsec: add 1.3.0 (diff)
downloadgentoo-8e8e85f5.tar.gz
gentoo-8e8e85f5.tar.bz2
gentoo-8e8e85f5.zip
dev-python/xmlsec: incompatibel w/ dev-libs/xmlsec-1.3.0
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-python/xmlsec/xmlsec-1.3.12-r2.ebuild (renamed from dev-python/xmlsec/xmlsec-1.3.12-r1.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/xmlsec/xmlsec-1.3.12-r1.ebuild b/dev-python/xmlsec/xmlsec-1.3.12-r2.ebuild
index c22048e946b4..f70dd9a3bfec 100644
--- a/dev-python/xmlsec/xmlsec-1.3.12-r1.ebuild
+++ b/dev-python/xmlsec/xmlsec-1.3.12-r2.ebuild
@@ -24,8 +24,9 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~ppc64 x86"
+# Doesn't yet support xmlsec-1.3.0: https://github.com/xmlsec/python-xmlsec/issues/252
RDEPEND="
- dev-libs/xmlsec:=[openssl]
+ <dev-libs/xmlsec-1.3.0:=[openssl]
dev-python/lxml[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"