commit:     41a9806802089dcc6fc2ec6d4799eef67fcd6735
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 30 19:43:27 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 30 19:50:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41a98068

dev-python/httpx: Add missing test dep on app-arch/brotli[python]

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/httpx/httpx-0.24.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/httpx/httpx-0.24.1.ebuild 
b/dev-python/httpx/httpx-0.24.1.ebuild
index 0912c3ade94e..7e376b09cf00 100644
--- a/dev-python/httpx/httpx-0.24.1.ebuild
+++ b/dev-python/httpx/httpx-0.24.1.ebuild
@@ -39,6 +39,7 @@ RDEPEND="
 BDEPEND="
        dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}]
        test? (
+               app-arch/brotli[python,${PYTHON_USEDEP}]
                dev-python/anyio[${PYTHON_USEDEP}]
                dev-python/brotlicffi[${PYTHON_USEDEP}]
                dev-python/cryptography[${PYTHON_USEDEP}]

Reply via email to