commit: 86e7f693f68e829824eb2ea857269504d1a93a16 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Thu Oct 24 12:10:26 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Thu Oct 24 12:10:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86e7f693
dev-python/uvicorn: add missing test dep typing-extensions In `tests/protocols/test_websocket.py:12`, there is an unconditional `from typing_extensions import TypedDict`. Bug: https://bugs.gentoo.org/941645 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-python/uvicorn/uvicorn-0.32.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/uvicorn/uvicorn-0.32.0.ebuild b/dev-python/uvicorn/uvicorn-0.32.0.ebuild index d9596871a793..6437ea0384aa 100644 --- a/dev-python/uvicorn/uvicorn-0.32.0.ebuild +++ b/dev-python/uvicorn/uvicorn-0.32.0.ebuild @@ -42,6 +42,7 @@ BDEPEND=" dev-python/pytest-mock[${PYTHON_USEDEP}] dev-python/python-dotenv[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/typing-extensions[${PYTHON_USEDEP}] >=dev-python/websockets-10.4[${PYTHON_USEDEP}] dev-python/wsproto[${PYTHON_USEDEP}] test-rust? (
