gnu: Remove python2-gitpython.

This package fails to build and has no users in Guix.

* gnu/packages/version-control.scm (python2-gitpython): Remove variable.
This commit is contained in:
Marius Bakke 2020-03-16 13:11:01 +01:00
parent da44dcb87e
commit 751c1b5960
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1061,9 +1061,6 @@ (define-public python-gitpython
@command{git} command implementation.")
(license license:bsd-3)))
(define-public python2-gitpython
(package-with-python2 python-gitpython))
(define-public shflags
(package
(name "shflags")