gnu: python2-git-review: Remove package.

* gnu/packages/openstack.scm (python2-git-review): Delete.
This commit is contained in:
Maxim Cournoyer 2021-01-29 10:23:32 -05:00
parent 8a1e3756b1
commit 0c52aff8e9
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -828,6 +828,3 @@ (define-public python-git-review
"Git-review is a command-line tool that helps submitting Git branches to
Gerrit for review, or fetching existing ones.")
(license asl2.0)))
(define-public python2-git-review
(package-with-python2 python-git-review))