summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 23:08:24 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:24 -0400
commit4d7ae91d3e92723b123b2a56d9638cd556fedade (patch)
tree7975252e1458a9d8af5a9cf5163b665945831496 /gnu/packages/python-web.scm
parenta03c2d9c7b6a1fa0c81c020f7140c16be1509db7 (diff)
downloadguix-patches-4d7ae91d3e92723b123b2a56d9638cd556fedade.tar
guix-patches-4d7ae91d3e92723b123b2a56d9638cd556fedade.tar.gz
gnu: Remove python2-responses.
* gnu/packages/python-web.scm (python2-responses): 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 4151d77d2d..a50f071deb 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3260,9 +3260,6 @@ Python.")
library.")
(license license:asl2.0)))
-(define-public python2-responses
- (package-with-python2 python-responses))
-
(define-public python-grequests
(package
(name "python-grequests")