From 4d7ae91d3e92723b123b2a56d9638cd556fedade Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 29 Apr 2022 23:08:24 -0400 Subject: [PATCH] gnu: Remove python2-responses. * gnu/packages/python-web.scm (python2-responses): Delete variable. --- gnu/packages/python-web.scm | 3 --- 1 file changed, 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 @@ (define-public python-responses library.") (license license:asl2.0))) -(define-public python2-responses - (package-with-python2 python-responses)) - (define-public python-grequests (package (name "python-grequests")