commit: 791f1cadcaf66231ce77b1b23748c4cc2b01e20f
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Mar 12 08:13:14 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Mar 12 08:13:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=791f1cad
dev-python/GitPython: depend on gitdb instead of gitdb2
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-python/GitPython/GitPython-3.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/GitPython/GitPython-3.1.0.ebuild
b/dev-python/GitPython/GitPython-3.1.0.ebuild
index c6bc534..9c0bcb4 100644
--- a/dev-python/GitPython/GitPython-3.1.0.ebuild
+++ b/dev-python/GitPython/GitPython-3.1.0.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
RESTRICT="test" #requires git repository
-RDEPEND="dev-python/gitdb2[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/gitdb[${PYTHON_USEDEP}]"
BDEPEND="test? ( dev-python/ddt[${PYTHON_USEDEP}] )"