summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-01-29 10:16:12 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-01-29 10:57:03 -0500
commit97f18952c666999d7fc8cc59eda995cf3c31cc3f (patch)
tree1291f87495b4cf32c5ac1470e0ae946fb6449275 /gnu/packages/python-web.scm
parent5bc0c8fe3e061057fadb2405dd03ef483b948ed7 (diff)
downloadguix-patches-97f18952c666999d7fc8cc59eda995cf3c31cc3f.tar
guix-patches-97f18952c666999d7fc8cc59eda995cf3c31cc3f.tar.gz
gnu: python2-cachecontrol: Remove package.
* gnu/packages/python-web.scm (python2-cachecontrol): Delete.
Diffstat (limited to 'gnu/packages/python-web.scm')
-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 dfe256f6ae..1f16ff4efb 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3175,9 +3175,6 @@ provide an easy-to-use Python interface for building OAuth1 and OAuth2 clients."
@code{httplib2} for use with @code{requests} session objects.")
(license license:asl2.0)))
-(define-public python2-cachecontrol
- (package-with-python2 python-cachecontrol))
-
(define-public python-cachecontrol-0.11
(package
(inherit python-cachecontrol)