From b5fab6ce6e19d7609b5efbcfa35223640ae6f0d8 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Mon, 3 Dec 2018 07:00:43 -0500 Subject: [PATCH] dev-python/httpretty: remove spurious test deps Signed-off-by: Virgil Dupras Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- dev-python/httpretty/httpretty-0.8.14.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/httpretty/httpretty-0.8.14.ebuild b/dev-python/httpretty/httpretty-0.8.14.ebuild index 2645a4b1820d3..ff621a82378f5 100644 --- a/dev-python/httpretty/httpretty-0.8.14.ebuild +++ b/dev-python/httpretty/httpretty-0.8.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,14 +20,12 @@ RDEPEND="dev-python/urllib3[${PYTHON_USEDEP}]" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] test? ( - >=dev-python/coverage-3.5[${PYTHON_USEDEP}] >=dev-python/nose-1.2[${PYTHON_USEDEP}] >=dev-python/mock-1.0[${PYTHON_USEDEP}] dev-python/sure[${PYTHON_USEDEP}] dev-python/httplib2[${PYTHON_USEDEP}] >=dev-python/requests-1.1[${PYTHON_USEDEP}] >=www-servers/tornado-2.2[${PYTHON_USEDEP}] - dev-python/ipdb[${PYTHON_USEDEP}] )" #Required for test phase