commit: 8e8e85f55dac1bfdbfcacdb3196f6dbbbf340a56
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 15 05:32:49 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 15 05:40:16 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e8e85f5
dev-python/xmlsec: incompatibel w/ dev-libs/xmlsec-1.3.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/xmlsec/{xmlsec-1.3.12-r1.ebuild => xmlsec-1.3.12-r2.ebuild} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/xmlsec/xmlsec-1.3.12-r1.ebuild
b/dev-python/xmlsec/xmlsec-1.3.12-r2.ebuild
similarity index 90%
rename from dev-python/xmlsec/xmlsec-1.3.12-r1.ebuild
rename to 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}"