summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-04-17 19:42:34 +0200
committerMichał Górny <mgorny@gentoo.org>2020-04-17 19:43:17 +0200
commit2c0b4997ed2ff767fca9022f4c83297dcf008bb1 (patch)
treed35735b420426b35bfafdd1e8f7b7284e2716aad /dev-python/pytest-httpbin
parentdev-tcltk/tcllib: fix install (diff)
downloadgentoo-2c0b4997ed2ff767fca9022f4c83297dcf008bb1.tar.gz
gentoo-2c0b4997ed2ff767fca9022f4c83297dcf008bb1.tar.bz2
gentoo-2c0b4997ed2ff767fca9022f4c83297dcf008bb1.zip
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>
Diffstat (limited to 'dev-python/pytest-httpbin')
-rw-r--r--dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild3
1 files changed, 3 insertions, 0 deletions
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