diff options
author | 2021-05-07 13:32:55 +0200 | |
---|---|---|
committer | 2021-05-07 13:58:00 +0200 | |
commit | 944c8e1ac6b5b45513069b03df5e01a3da42da8d (patch) | |
tree | d1a86b847f9500cebdd396e097b57ba50b68fe1c /dev-python/httpcore | |
parent | dev-python/random2: Update metadata (diff) | |
download | gentoo-944c8e1ac6b5b45513069b03df5e01a3da42da8d.tar.gz gentoo-944c8e1ac6b5b45513069b03df5e01a3da42da8d.tar.bz2 gentoo-944c8e1ac6b5b45513069b03df5e01a3da42da8d.zip |
dev-python/httpcore: Add a dep on hyper-h2
Closes: https://bugs.gentoo.org/788709
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/httpcore')
-rw-r--r-- | dev-python/httpcore/httpcore-0.13.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/httpcore/httpcore-0.13.3.ebuild b/dev-python/httpcore/httpcore-0.13.3.ebuild index 65db85718369..c4b2dfe05a99 100644 --- a/dev-python/httpcore/httpcore-0.13.3.ebuild +++ b/dev-python/httpcore/httpcore-0.13.3.ebuild @@ -16,7 +16,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND=" - =dev-python/h11-0*[${PYTHON_USEDEP}] + <dev-python/h11-0.13[${PYTHON_USEDEP}] + <dev-python/hyper-h2-5[${PYTHON_USEDEP}] =dev-python/sniffio-1*[${PYTHON_USEDEP}] " BDEPEND=" |