dev-python/pytest-httpbin: Add missing test-dep on requests

Closes: https://bugs.gentoo.org/712914
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-04-17 19:42:34 +02:00
parent e835735819
commit 2c0b4997ed

View File

@@ -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