diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:45:39 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:36 -0400 |
commit | 26f5764071e606658a8b244bb2cc1d1724cd5481 (patch) | |
tree | 25e2cee10cdcc80ee79c7d3958b5c29bcc5b4006 /gnu | |
parent | 8824061544976e6113e5ae83ad55787662f6974e (diff) | |
download | guix-26f5764071e606658a8b244bb2cc1d1724cd5481.tar.gz guix-26f5764071e606658a8b244bb2cc1d1724cd5481.zip |
gnu: Remove python2-cookies.
* gnu/packages/python-web.scm (python2-cookies): Delete variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-web.scm | 3 |
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") |