dev-python/pytest-httpbin: Add missing test-dep on requests
authorMichał Górny <mgorny@gentoo.org>
Fri, 17 Apr 2020 17:42:34 +0000 (19:42 +0200)
committerMichał Górny <mgorny@gentoo.org>
Fri, 17 Apr 2020 17:43:17 +0000 (19:43 +0200)
Closes: https://bugs.gentoo.org/712914
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild

index ab2a69c51f89da41e37eb2ca960f657495566334..696e9482228c811dd2b20365cdaf2049cd16769b 100644 (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