Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/GitPython/
Date: Wed, 21 Apr 2021 07:04:01
Message-Id: 1618988602.d9180116af03794ff465a2c1f17e949ae68f4428.mgorny@gentoo
1 commit: d9180116af03794ff465a2c1f17e949ae68f4428
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 21 07:03:22 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 21 07:03:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9180116
7
8 dev-python/GitPython: Add dep on typing-extensions
9
10 Closes: https://bugs.gentoo.org/784716
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/GitPython/GitPython-3.1.15.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/GitPython/GitPython-3.1.15.ebuild b/dev-python/GitPython/GitPython-3.1.15.ebuild
17 index 254dbd3a49d..8ef11c27bd3 100644
18 --- a/dev-python/GitPython/GitPython-3.1.15.ebuild
19 +++ b/dev-python/GitPython/GitPython-3.1.15.ebuild
20 @@ -27,7 +27,8 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
21
22 RDEPEND="
23 dev-vcs/git
24 - >=dev-python/gitdb-4.0.1[${PYTHON_USEDEP}]"
25 + >=dev-python/gitdb-4.0.1[${PYTHON_USEDEP}]
26 + dev-python/typing-extensions[${PYTHON_USEDEP}]"
27 BDEPEND="
28 test? (
29 >=dev-python/ddt-1.1.1[${PYTHON_USEDEP}]