From 818c32b6429c46c63f017cfd4d1fe0400d9767e7 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Tue, 10 Nov 2015 14:50:09 +0100 Subject: [PATCH] dev-python/urllib3: Drop pypy support from test deps Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher --- dev-python/urllib3/urllib3-1.10.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/urllib3/urllib3-1.10.4.ebuild b/dev-python/urllib3/urllib3-1.10.4.ebuild index ab409c3291e1c..35ab8ad90adb9 100644 --- a/dev-python/urllib3/urllib3-1.10.4.ebuild +++ b/dev-python/urllib3/urllib3-1.10.4.ebuild @@ -22,7 +22,7 @@ RDEPEND="dev-python/six[${PYTHON_USEDEP}] DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( ${RDEPEND} - >=www-servers/tornado-4.1[${PYTHON_USEDEP}] + >=www-servers/tornado-4.1[$(python_gen_usedep 'python*')] dev-python/mock[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] ) doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )