diff options
Diffstat (limited to 'dev-python/httpretty')
-rw-r--r-- | dev-python/httpretty/httpretty-0.8.14.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/httpretty/httpretty-0.8.14.ebuild b/dev-python/httpretty/httpretty-0.8.14.ebuild index 2645a4b1820d..ff621a82378f 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 |