From 537d7b409e97b2edf68971edf855bd154e921be4 Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Mon, 25 Sep 2017 00:26:51 +1000 Subject: dev-python/geopy: add missing test dependency Closes: https://bugs.gentoo.org/631278 Package-Manager: Portage-2.3.8, Repoman-2.3.3 --- dev-python/geopy/geopy-1.11.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dev-python/geopy') diff --git a/dev-python/geopy/geopy-1.11.0.ebuild b/dev-python/geopy/geopy-1.11.0.ebuild index 42d8d598fcc8..8e53fb847548 100644 --- a/dev-python/geopy/geopy-1.11.0.ebuild +++ b/dev-python/geopy/geopy-1.11.0.ebuild @@ -21,7 +21,8 @@ RDEPEND="yahoo? ( >=dev-python/requests-oauthlib-0.4.0[${PYTHON_USEDEP}] dev-python/placefinder[${PYTHON_USEDEP}] ) timezone? ( dev-python/pytz[${PYTHON_USEDEP}] )" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] + test? ( dev-python/mock[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}] dev-python/nose-cover3[${PYTHON_USEDEP}] dev-python/pylint[${PYTHON_USEDEP}] ) doc? ( $(python_gen_cond_dep 'dev-python/sphinx[${PYTHON_USEDEP}]' python2_7) -- cgit v1.2.3-65-gdbad