gnu: Remove python2-gitpython.
This package fails to build and has no users in Guix. * gnu/packages/version-control.scm (python2-gitpython): Remove variable.
parent
da44dcb87e
commit
751c1b5960
|
@ -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")
|
||||
|
|
Reference in New Issue