commit: 944c8e1ac6b5b45513069b03df5e01a3da42da8d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri May 7 11:32:55 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri May 7 11:58:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=944c8e1a
dev-python/httpcore: Add a dep on hyper-h2 Closes: https://bugs.gentoo.org/788709 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/httpcore/httpcore-0.13.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/httpcore/httpcore-0.13.3.ebuild b/dev-python/httpcore/httpcore-0.13.3.ebuild index 65db8571836..c4b2dfe05a9 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="
