summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2024-04-09 08:56:56 -0700
committerPatrick McLean <chutzpah@gentoo.org>2024-04-09 08:59:50 -0700
commitd9ab2dde937f2c9572b53526eeca11736dd504a8 (patch)
tree268294c957010277386345f6101b1bec06fbb4e8 /dev-python/hishel
parentapp-arch/libdeflate: Stabilize 1.19 arm64, #929003 (diff)
downloadgentoo-d9ab2dde937f2c9572b53526eeca11736dd504a8.tar.gz
gentoo-d9ab2dde937f2c9572b53526eeca11736dd504a8.tar.bz2
gentoo-d9ab2dde937f2c9572b53526eeca11736dd504a8.zip
dev-python/hishel: Add missing deps (bug #928963)
Closes: https://bugs.gentoo.org/928963 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/hishel')
-rw-r--r--dev-python/hishel/hishel-0.0.25-r1.ebuild (renamed from dev-python/hishel/hishel-0.0.25.ebuild)6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-python/hishel/hishel-0.0.25.ebuild b/dev-python/hishel/hishel-0.0.25-r1.ebuild
index 5d674e566749..99f6858c366c 100644
--- a/dev-python/hishel/hishel-0.0.25.ebuild
+++ b/dev-python/hishel/hishel-0.0.25-r1.ebuild
@@ -18,7 +18,13 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
+RDEPEND="
+ dev-python/httpx[${PYTHON_USEDEP}]
+ dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+
BDEPEND="
+ ${RDEPEND}
dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}]
test? (
dev-python/anyio[${PYTHON_USEDEP}]