From 77abbe5810741f9fce7130d715483b2c9db3b332 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 26 Jul 2021 09:02:50 +0200 Subject: dev-python/httpx: Add test-dep on typing-extensions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/802195 Signed-off-by: Michał Górny --- dev-python/httpx/httpx-0.18.1.ebuild | 1 + dev-python/httpx/httpx-0.18.2.ebuild | 1 + 2 files changed, 2 insertions(+) (limited to 'dev-python/httpx') diff --git a/dev-python/httpx/httpx-0.18.1.ebuild b/dev-python/httpx/httpx-0.18.1.ebuild index fa29404be362..f607ace6cc32 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 459384567cd7..32a16e124e37 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}] ) " -- cgit v1.2.3-65-gdbad