gnu: Remove python2-httplib2.

* gnu/packages/python-web.scm (python2-httplib2): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 21:21:01 -04:00
parent 000663e05f
commit 9f97098f24
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -811,9 +811,6 @@ (define-public python-httplib2
other HTTP libraries.")
(license license:expat)))
(define-public python2-httplib2
(package-with-python2 python-httplib2))
(define-public httpie
(package
(name "httpie")