commit:     aaa4c726f8313a1e5ab83a0993c6da40cbecca05
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 21 07:46:11 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec 21 09:42:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaa4c726

dev-python/httpcore: Dep on pytest-httpbin

Closes: https://bugs.gentoo.org/829743
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/httpcore/httpcore-0.14.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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}]

Reply via email to