mbakke pushed a commit to branch master
in repository guix.
commit 751c1b5960508645d1257eb584ff3d5c1627e6c3
Author: Marius Bakke <[email protected]>
AuthorDate: Mon Mar 16 13:11:01 2020 +0100
gnu: Remove python2-gitpython.
This package fails to build and has no users in Guix.
* gnu/packages/version-control.scm (python2-gitpython): Remove variable.
---
gnu/packages/version-control.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 599fb28..4249d4e 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1061,9 +1061,6 @@ either a pure Python implementation, or the faster, but
more resource intensive
@command{git} command implementation.")
(license license:bsd-3)))
-(define-public python2-gitpython
- (package-with-python2 python-gitpython))
-
(define-public shflags
(package
(name "shflags")