Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/geopy/
Date: Wed, 26 May 2021 13:42:51
Message-Id: 1622027211.528b4e1ed58d4c44522ae5aca0efe1b1a16b2eaa.andrewammerlaan@gentoo
1 commit: 528b4e1ed58d4c44522ae5aca0efe1b1a16b2eaa
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Wed May 26 11:06:29 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Wed May 26 11:06:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=528b4e1e
7
8 dev-python/geopy: add missing test dep
9
10 Closes: https://bugs.gentoo.org/792210
11 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
12
13 dev-python/geopy/geopy-2.1.0.ebuild | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/geopy/geopy-2.1.0.ebuild b/dev-python/geopy/geopy-2.1.0.ebuild
17 index d2745631b..b0e55fb5e 100644
18 --- a/dev-python/geopy/geopy-2.1.0.ebuild
19 +++ b/dev-python/geopy/geopy-2.1.0.ebuild
20 @@ -22,8 +22,8 @@ KEYWORDS="~amd64"
21 RDEPEND="dev-python/geographiclib[${PYTHON_USEDEP}]"
22 BDEPEND="
23 test? (
24 + dev-python/async_generator[${PYTHON_USEDEP}]
25 dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
26 - dev-python/mock[${PYTHON_USEDEP}]
27 dev-python/pytz[${PYTHON_USEDEP}]
28 dev-python/six[${PYTHON_USEDEP}]
29 )
30 @@ -32,8 +32,7 @@ BDEPEND="
31 distutils_enable_tests pytest
32 distutils_enable_sphinx docs \
33 dev-python/sphinx-issues \
34 - ">=dev-python/sphinx_rtd_theme-0.4.0" \
35 - dev-python/readme_renderer
36 + dev-python/sphinx_rtd_theme
37
38 python_test() {
39 epytest \