summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 23:08:09 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:23 -0400
commita03c2d9c7b6a1fa0c81c020f7140c16be1509db7 (patch)
treed0d4185b890cad2bd182bbc5d8bcfa33e31b4fc1 /gnu/packages/python-web.scm
parent6de507f5c931886f475d98b63fe6e786e403461f (diff)
downloadguix-patches-a03c2d9c7b6a1fa0c81c020f7140c16be1509db7.tar
guix-patches-a03c2d9c7b6a1fa0c81c020f7140c16be1509db7.tar.gz
gnu: Remove python2-zope-event.
* gnu/packages/python-web.scm (python2-zope-event): 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 3edeef68a4..4151d77d2d 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2132,9 +2132,6 @@ is a simple event-dispatching system on which more sophisticated event
dispatching systems can be built.")
(license license:zpl2.1)))
-(define-public python2-zope-event
- (package-with-python2 python-zope-event))
-
(define-public python-zope-interface
(package
(name "python-zope-interface")