summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 23:45:39 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:36 -0400
commit26f5764071e606658a8b244bb2cc1d1724cd5481 (patch)
tree25e2cee10cdcc80ee79c7d3958b5c29bcc5b4006 /gnu/packages/python-web.scm
parent8824061544976e6113e5ae83ad55787662f6974e (diff)
downloadguix-patches-26f5764071e606658a8b244bb2cc1d1724cd5481.tar
guix-patches-26f5764071e606658a8b244bb2cc1d1724cd5481.tar.gz
gnu: Remove python2-cookies.
* gnu/packages/python-web.scm (python2-cookies): Delete variable.
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 a50f071deb..2950a095eb 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3232,9 +3232,6 @@ Python.")
(home-page "https://gitlab.com/sashahart/cookies")
(license license:expat)))
-(define-public python2-cookies
- (package-with-python2 python-cookies))
-
(define-public python-responses
(package
(name "python-responses")