summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWANG Xuerui <xen0n@gentoo.org>2023-09-10 13:11:50 +0800
committerWANG Xuerui <xen0n@gentoo.org>2023-09-10 13:12:14 +0800
commitc0a7532b3be55b2995eb69331b9a7d11a180cd01 (patch)
tree06cdbe8b5c6c0f9fc1dfdca6ccd591c7b436d1a3 /dev-python/httpx
parentprofiles/arch/loong: mask dev-python/ujson (diff)
downloadgentoo-c0a7532b3be55b2995eb69331b9a7d11a180cd01.tar.gz
gentoo-c0a7532b3be55b2995eb69331b9a7d11a180cd01.tar.bz2
gentoo-c0a7532b3be55b2995eb69331b9a7d11a180cd01.zip
dev-python/httpx: Add missing test dep on dev-python/chardet
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'dev-python/httpx')
-rw-r--r--dev-python/httpx/httpx-0.24.1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/httpx/httpx-0.24.1.ebuild b/dev-python/httpx/httpx-0.24.1.ebuild
index a873548b44d1..5a3638098701 100644
--- a/dev-python/httpx/httpx-0.24.1.ebuild
+++ b/dev-python/httpx/httpx-0.24.1.ebuild
@@ -42,6 +42,7 @@ BDEPEND="
app-arch/brotli[python,${PYTHON_USEDEP}]
dev-python/anyio[${PYTHON_USEDEP}]
dev-python/brotlicffi[${PYTHON_USEDEP}]
+ dev-python/chardet[${PYTHON_USEDEP}]
dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/h2[${PYTHON_USEDEP}]
dev-python/socksio[${PYTHON_USEDEP}]