From 9a73eb1baa19a2746370c6c11e02fb34b3cafdc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Van=C4=9Bk?= Date: Tue, 11 Jun 2024 10:10:06 +0200 Subject: dev-python/GitPython: add missing typing-extensions bdep for py3.10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The typing-extensions is required only for tests with py3.10. Signed-off-by: Petr Vaněk --- dev-python/GitPython/GitPython-3.1.43.ebuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dev-python/GitPython/GitPython-3.1.43.ebuild') diff --git a/dev-python/GitPython/GitPython-3.1.43.ebuild b/dev-python/GitPython/GitPython-3.1.43.ebuild index 29051eb6c6da..c4a9de0a752e 100644 --- a/dev-python/GitPython/GitPython-3.1.43.ebuild +++ b/dev-python/GitPython/GitPython-3.1.43.ebuild @@ -39,6 +39,9 @@ BDEPEND=" test? ( >=dev-python/ddt-1.1.1[${PYTHON_USEDEP}] dev-python/pytest-mock[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/typing-extensions[${PYTHON_USEDEP}] + ' 3.10) ) " -- cgit v1.2.3