From: Michał Górny Date: Fri, 17 Apr 2020 17:42:34 +0000 (+0200) Subject: dev-python/pytest-httpbin: Add missing test-dep on requests X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2c0b4997ed2ff767fca9022f4c83297dcf008bb1;p=gentoo.git dev-python/pytest-httpbin: Add missing test-dep on requests Closes: https://bugs.gentoo.org/712914 Signed-off-by: Michał Górny --- diff --git a/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild b/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild index ab2a69c51f89..696e9482228c 100644 --- a/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild +++ b/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild @@ -21,6 +21,9 @@ RDEPEND=" dev-python/httpbin[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] " +BDEPEND=" + test? ( dev-python/requests[${PYTHON_USEDEP}] ) +" PATCHES=( "${FILESDIR}"/pytest-httpbin-1.0.0-pypy3-hang.patch