commit: 2c0b4997ed2ff767fca9022f4c83297dcf008bb1 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Apr 17 17:42:34 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Apr 17 17:43:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c0b4997
dev-python/pytest-httpbin: Add missing test-dep on requests Closes: https://bugs.gentoo.org/712914 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> 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 ab2a69c51f8..696e9482228 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
