commit: 9a73eb1baa19a2746370c6c11e02fb34b3cafdc3
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 11 08:10:06 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Tue Jun 11 08:19:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a73eb1b
dev-python/GitPython: add missing typing-extensions bdep for py3.10
The typing-extensions is required only for tests with py3.10.
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
dev-python/GitPython/GitPython-3.1.43.ebuild | 3 +++
1 file changed, 3 insertions(+)
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)
)
"