python.pkgs.gitdb2: remove

The two are now the same:
https://github.com/gitpython-developers/gitdb/issues/59
This commit is contained in:
Timo Kaufmann
2020-03-14 16:00:38 -07:00
committed by Jon
parent e789990fb6
commit 6db65f8d02
3 changed files with 3 additions and 26 deletions
+1 -1
View File
@@ -2770,7 +2770,7 @@ in {
gitdb = callPackage ../development/python-modules/gitdb { };
gitdb2 = callPackage ../development/python-modules/gitdb2 { };
gitdb2 = throw "gitdb2 has been deprecated, use gitdb instead."; # added 2020-03-14
GitPython = callPackage ../development/python-modules/GitPython { };