From: Justin Lecher Date: Wed, 16 Sep 2015 13:48:50 +0000 (+0200) Subject: dev-python/urllib3: Fix test deps X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fa7a98e3eaef46e09008798b49da62604f2b731b;p=gentoo.git dev-python/urllib3: Fix test deps Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher --- diff --git a/dev-python/urllib3/urllib3-1.12.ebuild b/dev-python/urllib3/urllib3-1.12.ebuild index ec1756398db7..218adcafdfb4 100644 --- a/dev-python/urllib3/urllib3-1.12.ebuild +++ b/dev-python/urllib3/urllib3-1.12.ebuild @@ -29,7 +29,7 @@ DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] test? ( ${RDEPEND} - >=www-servers/tornado-4.2.1[${PYTHON_USEDEP}] + >=www-servers/tornado-4.2.1[$(python_gen_usedep 'python*')] >=dev-python/mock-1.3.0[${PYTHON_USEDEP}] >=dev-python/nose-1.3.7[${PYTHON_USEDEP}] >=dev-python/nose-exclude-0.4.1[${PYTHON_USEDEP}]