summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-25 13:21:28 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-25 13:21:28 +0200
commitb4d6fb112b9858b400f4633ad09ea353c41871e5 (patch)
tree1c024055e4652ca8f7aef661a4f09adfc41f9e03
parentdev-python/elementpath: Bump to 2.0.1 (diff)
downloadgentoo-b4d6fb112b9858b400f4633ad09ea353c41871e5.tar.gz
gentoo-b4d6fb112b9858b400f4633ad09ea353c41871e5.tar.bz2
gentoo-b4d6fb112b9858b400f4633ad09ea353c41871e5.zip
dev-python/xmlschema: Loosen elementpath dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/xmlschema/xmlschema-1.2.3-r1.ebuild (renamed from dev-python/xmlschema/xmlschema-1.2.3.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/xmlschema/xmlschema-1.2.3.ebuild b/dev-python/xmlschema/xmlschema-1.2.3-r1.ebuild
index 411381185a2f..12fb0529cc95 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}]