commit:     d9180116af03794ff465a2c1f17e949ae68f4428
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 21 07:03:22 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 21 07:03:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9180116

dev-python/GitPython: Add dep on typing-extensions

Closes: https://bugs.gentoo.org/784716
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/GitPython/GitPython-3.1.15.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/GitPython/GitPython-3.1.15.ebuild 
b/dev-python/GitPython/GitPython-3.1.15.ebuild
index 254dbd3a49d..8ef11c27bd3 100644
--- a/dev-python/GitPython/GitPython-3.1.15.ebuild
+++ b/dev-python/GitPython/GitPython-3.1.15.ebuild
@@ -27,7 +27,8 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux 
~x86-linux"
 
 RDEPEND="
        dev-vcs/git
-       >=dev-python/gitdb-4.0.1[${PYTHON_USEDEP}]"
+       >=dev-python/gitdb-4.0.1[${PYTHON_USEDEP}]
+       dev-python/typing-extensions[${PYTHON_USEDEP}]"
 BDEPEND="
        test? (
                >=dev-python/ddt-1.1.1[${PYTHON_USEDEP}]

Reply via email to