Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/GitPython/
Date: Thu, 12 Mar 2020 08:19:01
Message-Id: 1584000794.791f1cadcaf66231ce77b1b23748c4cc2b01e20f.andrewammerlaan@gentoo
1 commit: 791f1cadcaf66231ce77b1b23748c4cc2b01e20f
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Thu Mar 12 08:13:14 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Thu Mar 12 08:13:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=791f1cad
7
8 dev-python/GitPython: depend on gitdb instead of gitdb2
9
10 Package-Manager: Portage-2.3.93, Repoman-2.3.20
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 dev-python/GitPython/GitPython-3.1.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/GitPython/GitPython-3.1.0.ebuild b/dev-python/GitPython/GitPython-3.1.0.ebuild
17 index c6bc534..9c0bcb4 100644
18 --- a/dev-python/GitPython/GitPython-3.1.0.ebuild
19 +++ b/dev-python/GitPython/GitPython-3.1.0.ebuild
20 @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
21
22 RESTRICT="test" #requires git repository
23
24 -RDEPEND="dev-python/gitdb2[${PYTHON_USEDEP}]"
25 +RDEPEND="dev-python/gitdb[${PYTHON_USEDEP}]"
26
27 BDEPEND="test? ( dev-python/ddt[${PYTHON_USEDEP}] )"