diff options
| author | Petr Vaněk <arkamar@gentoo.org> | 2024-06-11 10:10:06 +0200 |
|---|---|---|
| committer | Petr Vaněk <arkamar@gentoo.org> | 2024-06-11 10:19:39 +0200 |
| commit | 9a73eb1baa19a2746370c6c11e02fb34b3cafdc3 (patch) | |
| tree | deb8ca4aa9048c423cc465033055d7b4b0e53c68 /dev-python/GitPython | |
| parent | aafece2bf1d5363743f56faa84520eaaa953989d (diff) | |
| download | gentoo-9a73eb1baa19a2746370c6c11e02fb34b3cafdc3.tar.gz gentoo-9a73eb1baa19a2746370c6c11e02fb34b3cafdc3.tar.bz2 gentoo-9a73eb1baa19a2746370c6c11e02fb34b3cafdc3.zip | |
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@gentoo.org>
Diffstat (limited to 'dev-python/GitPython')
| -rw-r--r-- | dev-python/GitPython/GitPython-3.1.43.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
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) ) " |
