diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 17:39:52 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:39 -0400 |
commit | 25a15e71e65b97f4b7ab9154411f42102beaab70 (patch) | |
tree | edfbf7f6f2e01e76ab180fe7be995f4f6eb12c3d /gnu | |
parent | 4ed5bc1ca0269ca4e192007294eb6ea2e1207399 (diff) |
gnu: Remove python2-webob.
* gnu/packages/python-web.scm (python2-webob): 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 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") |