commit: 31003ab17739a217e4bea7ab1b9ab22b203026c3 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Dec 21 07:46:41 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Dec 21 09:42:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31003ab1
dev-python/httpx: Dep on trio Closes: https://bugs.gentoo.org/829744 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/httpx/httpx-0.21.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) 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}]
