diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-07-26 09:02:50 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-07-26 09:03:14 +0200 |
commit | 77abbe5810741f9fce7130d715483b2c9db3b332 (patch) | |
tree | 4e0b0fb223d476fcd695f5bd1867f18f747c598c /dev-python/httpx | |
parent | net-misc/putty: Security cleanup (diff) | |
download | gentoo-77abbe5810741f9fce7130d715483b2c9db3b332.tar.gz gentoo-77abbe5810741f9fce7130d715483b2c9db3b332.tar.bz2 gentoo-77abbe5810741f9fce7130d715483b2c9db3b332.zip |
dev-python/httpx: Add test-dep on typing-extensions
Bug: https://bugs.gentoo.org/802195
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/httpx')
-rw-r--r-- | dev-python/httpx/httpx-0.18.1.ebuild | 1 | ||||
-rw-r--r-- | dev-python/httpx/httpx-0.18.2.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
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}] ) " |