Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/geopy/
Date: Sat, 12 Jun 2021 20:18:15
Message-Id: 1623529069.0ba1670be14d69a6113be2f571e17ff1c91e9d0b.cybertailor@gentoo
1 commit: 0ba1670be14d69a6113be2f571e17ff1c91e9d0b
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Fri Jun 11 15:09:34 2021 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Sat Jun 12 20:17:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0ba1670b
7
8 dev-python/geopy: fix dep
9
10 Closes: https://bugs.gentoo.org/795171
11 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
12
13 dev-python/geopy/geopy-2.1.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/geopy/geopy-2.1.0.ebuild b/dev-python/geopy/geopy-2.1.0.ebuild
17 index 673e67846..5419da488 100644
18 --- a/dev-python/geopy/geopy-2.1.0.ebuild
19 +++ b/dev-python/geopy/geopy-2.1.0.ebuild
20 @@ -19,7 +19,7 @@ LICENSE="MIT"
21 SLOT="0"
22 KEYWORDS="~amd64"
23
24 -RDEPEND="sci-geosciences/GeographicLib[${PYTHON_USEDEP}]"
25 +RDEPEND=">=sci-geosciences/GeographicLib-1.51-r1[python,${PYTHON_USEDEP}]"
26 BDEPEND="
27 test? (
28 dev-python/async_generator[${PYTHON_USEDEP}]