aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2020-12-19 15:32:16 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2020-12-20 22:47:04 -0500
commit5684d6566a22eb3c49c167e7ee6a353d0f5cced5 (patch)
tree96708583fb0651c87a9f9c50e0e025f30550049f
parented6da8ac6c5dcb6fa0858707187b0a507668e086 (diff)
downloadguix-5684d6566a22eb3c49c167e7ee6a353d0f5cced5.tar
guix-5684d6566a22eb3c49c167e7ee6a353d0f5cced5.tar.gz
gnu: python2-geventhttpclient: Remove package.
* gnu/packages/python-web.scm (python2-geventhttpclient): Remove variable.
-rw-r--r--gnu/packages/python-web.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index ae249e8f24..9765c96fd1 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3082,9 +3082,6 @@ for the basic TCP/IP protocols.")
concurrent HTTP client library for python using @code{gevent}.")
(license license:expat)))
-(define-public python2-geventhttpclient
- (package-with-python2 python-geventhttpclient))
-
(define-public python-requests-oauthlib
(package
(name "python-requests-oauthlib")