summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-12-21 08:46:11 +0100
committerMichał Górny <mgorny@gentoo.org>2021-12-21 10:42:50 +0100
commitaaa4c726f8313a1e5ab83a0993c6da40cbecca05 (patch)
tree74e7cae76aa62857e0daa14f9b9424770478cbb3
parentdev-python/nltk-data: Remove old (diff)
downloadgentoo-aaa4c726f8313a1e5ab83a0993c6da40cbecca05.tar.gz
gentoo-aaa4c726f8313a1e5ab83a0993c6da40cbecca05.tar.bz2
gentoo-aaa4c726f8313a1e5ab83a0993c6da40cbecca05.zip
dev-python/httpcore: Dep on pytest-httpbin
Closes: https://bugs.gentoo.org/829743 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/httpcore/httpcore-0.14.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/httpcore/httpcore-0.14.3.ebuild b/dev-python/httpcore/httpcore-0.14.3.ebuild
index 6777fb94ef78..2a8c754b6320 100644
--- a/dev-python/httpcore/httpcore-0.14.3.ebuild
+++ b/dev-python/httpcore/httpcore-0.14.3.ebuild
@@ -24,7 +24,7 @@ RDEPEND="
BDEPEND="
test? (
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
- dev-python/httpbin[${PYTHON_USEDEP}]
+ dev-python/pytest-httpbin[${PYTHON_USEDEP}]
dev-python/pytest-trio[${PYTHON_USEDEP}]
dev-python/trio[${PYTHON_USEDEP}]
dev-python/trustme[${PYTHON_USEDEP}]