commit: 77abbe5810741f9fce7130d715483b2c9db3b332 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Jul 26 07:02:50 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jul 26 07:03:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77abbe58
dev-python/httpx: Add test-dep on typing-extensions Bug: https://bugs.gentoo.org/802195 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/httpx/httpx-0.18.1.ebuild | 1 + dev-python/httpx/httpx-0.18.2.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-python/httpx/httpx-0.18.1.ebuild b/dev-python/httpx/httpx-0.18.1.ebuild index fa29404be36..f607ace6cc3 100644 --- a/dev-python/httpx/httpx-0.18.1.ebuild +++ b/dev-python/httpx/httpx-0.18.1.ebuild @@ -29,6 +29,7 @@ BDEPEND=" dev-python/hyper-h2[${PYTHON_USEDEP}] dev-python/pytest-asyncio[${PYTHON_USEDEP}] dev-python/trustme[${PYTHON_USEDEP}] + dev-python/typing-extensions[${PYTHON_USEDEP}] dev-python/uvicorn[${PYTHON_USEDEP}] ) " diff --git a/dev-python/httpx/httpx-0.18.2.ebuild b/dev-python/httpx/httpx-0.18.2.ebuild index 459384567cd..32a16e124e3 100644 --- a/dev-python/httpx/httpx-0.18.2.ebuild +++ b/dev-python/httpx/httpx-0.18.2.ebuild @@ -33,6 +33,7 @@ BDEPEND=" dev-python/hyper-h2[${PYTHON_USEDEP}] dev-python/pytest-asyncio[${PYTHON_USEDEP}] dev-python/trustme[${PYTHON_USEDEP}] + dev-python/typing-extensions[${PYTHON_USEDEP}] dev-python/uvicorn[${PYTHON_USEDEP}] ) "
