diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-12-21 08:46:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-12-21 10:42:51 +0100 |
commit | 31003ab17739a217e4bea7ab1b9ab22b203026c3 (patch) | |
tree | 9274f8965dd0b832d44a1287421c09843d1917f5 /dev-python/httpx | |
parent | dev-python/httpcore: Dep on pytest-httpbin (diff) | |
download | gentoo-31003ab17739a217e4bea7ab1b9ab22b203026c3.tar.gz gentoo-31003ab17739a217e4bea7ab1b9ab22b203026c3.tar.bz2 gentoo-31003ab17739a217e4bea7ab1b9ab22b203026c3.zip |
dev-python/httpx: Dep on trio
Closes: https://bugs.gentoo.org/829744
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/httpx')
-rw-r--r-- | dev-python/httpx/httpx-0.21.1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/httpx/httpx-0.21.1.ebuild b/dev-python/httpx/httpx-0.21.1.ebuild index 7a7b38bdf26d..2e4278bb8f73 100644 --- a/dev-python/httpx/httpx-0.21.1.ebuild +++ b/dev-python/httpx/httpx-0.21.1.ebuild @@ -39,6 +39,8 @@ BDEPEND=" dev-python/cryptography[${PYTHON_USEDEP}] dev-python/h2[${PYTHON_USEDEP}] dev-python/pytest-asyncio[${PYTHON_USEDEP}] + dev-python/pytest-trio[${PYTHON_USEDEP}] + dev-python/trio[${PYTHON_USEDEP}] dev-python/trustme[${PYTHON_USEDEP}] dev-python/typing-extensions[${PYTHON_USEDEP}] dev-python/uvicorn[${PYTHON_USEDEP}] |