From 2c0b4997ed2ff767fca9022f4c83297dcf008bb1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 17 Apr 2020 19:42:34 +0200 Subject: [PATCH] dev-python/pytest-httpbin: Add missing test-dep on requests MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/712914 Signed-off-by: Michał Górny --- dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.26.2