Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xmlschema/
Date: Tue, 25 Aug 2020 11:48:53
Message-Id: 1598354488.b4d6fb112b9858b400f4633ad09ea353c41871e5.mgorny@gentoo
1 commit: b4d6fb112b9858b400f4633ad09ea353c41871e5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 25 11:21:28 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 25 11:21:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4d6fb11
7
8 dev-python/xmlschema: Loosen elementpath dep
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../xmlschema/{xmlschema-1.2.3.ebuild => xmlschema-1.2.3-r1.ebuild} | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/xmlschema/xmlschema-1.2.3.ebuild b/dev-python/xmlschema/xmlschema-1.2.3-r1.ebuild
16 similarity index 93%
17 rename from dev-python/xmlschema/xmlschema-1.2.3.ebuild
18 rename to dev-python/xmlschema/xmlschema-1.2.3-r1.ebuild
19 index 411381185a2..12fb0529cc9 100644
20 --- a/dev-python/xmlschema/xmlschema-1.2.3.ebuild
21 +++ b/dev-python/xmlschema/xmlschema-1.2.3-r1.ebuild
22 @@ -18,7 +18,7 @@ IUSE="test"
23 RESTRICT="!test? ( test )"
24
25 RDEPEND="
26 - =dev-python/elementpath-2.0.0*[${PYTHON_USEDEP}]"
27 + >=dev-python/elementpath-2.0.0[${PYTHON_USEDEP}]"
28 BDEPEND="${RDEPEND}
29 test? (
30 dev-python/lxml[${PYTHON_USEDEP}]