diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:08:24 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:24 -0400 |
commit | 4d7ae91d3e92723b123b2a56d9638cd556fedade (patch) | |
tree | 7975252e1458a9d8af5a9cf5163b665945831496 | |
parent | a03c2d9c7b6a1fa0c81c020f7140c16be1509db7 (diff) | |
download | guix-4d7ae91d3e92723b123b2a56d9638cd556fedade.tar.gz |
gnu: Remove python2-responses.
* gnu/packages/python-web.scm (python2-responses): Delete variable.
-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 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") |