summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 17:39:52 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:52:39 -0400
commit25a15e71e65b97f4b7ab9154411f42102beaab70 (patch)
treeedfbf7f6f2e01e76ab180fe7be995f4f6eb12c3d /gnu/packages/python-web.scm
parent4ed5bc1ca0269ca4e192007294eb6ea2e1207399 (diff)
downloadguix-25a15e71e65b97f4b7ab9154411f42102beaab70.tar.gz
guix-25a15e71e65b97f4b7ab9154411f42102beaab70.tar.xz
gnu: Remove python2-webob.
* gnu/packages/python-web.scm (python2-webob): 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 5969212b66..6b7585d10e 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2126,9 +2126,6 @@ your Web app.")
object to help create WSGI responses.")
(license license:expat)))
-(define-public python2-webob
- (package-with-python2 python-webob))
-
(define-public python-zope-event
(package
(name "python-zope-event")