commit: b4d6fb112b9858b400f4633ad09ea353c41871e5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 11:21:28 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 11:21:28 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4d6fb11
dev-python/xmlschema: Loosen elementpath dep
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../xmlschema/{xmlschema-1.2.3.ebuild => xmlschema-1.2.3-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/xmlschema/xmlschema-1.2.3.ebuild
b/dev-python/xmlschema/xmlschema-1.2.3-r1.ebuild
similarity index 93%
rename from dev-python/xmlschema/xmlschema-1.2.3.ebuild
rename to dev-python/xmlschema/xmlschema-1.2.3-r1.ebuild
index 411381185a2..12fb0529cc9 100644
--- a/dev-python/xmlschema/xmlschema-1.2.3.ebuild
+++ b/dev-python/xmlschema/xmlschema-1.2.3-r1.ebuild
@@ -18,7 +18,7 @@ IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
- =dev-python/elementpath-2.0.0*[${PYTHON_USEDEP}]"
+ >=dev-python/elementpath-2.0.0[${PYTHON_USEDEP}]"
BDEPEND="${RDEPEND}
test? (
dev-python/lxml[${PYTHON_USEDEP}]