gnu: Remove python2-gitdb.

Upstream no longer supports Python 2 and there are no users in Guix.

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

View file

@ -1017,9 +1017,6 @@ (define-public python-gitdb
allowing to handle large objects with a small memory footprint.")
(license license:bsd-3)))
(define-public python2-gitdb
(package-with-python2 python-gitdb))
(define-public python-gitpython
(package
(name "python-gitpython")