summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 22:54:14 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:12 -0400
commit3db04d3051fc4e9c139dd1585e71e218819dd2f6 (patch)
tree32b215e2be3785b30be43a69e54e0d4e404d4e20 /gnu/packages/python-web.scm
parent7ced2152d520e4858c31537e06ab2ba0a07a7569 (diff)
downloadguix-patches-3db04d3051fc4e9c139dd1585e71e218819dd2f6.tar
guix-patches-3db04d3051fc4e9c139dd1585e71e218819dd2f6.tar.gz
gnu: Remove python2-zope-exceptions.
* gnu/packages/python-web.scm (python2-zope-exceptions): 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 4eccfcb29f..18722b842a 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2224,9 +2224,6 @@ that have uses outside of the Zope framework.")
(define-public python-zope-exceptions-bootstrap
(python-zope-bootstrap-package python-zope-exceptions))
-(define-public python2-zope-exceptions
- (package-with-python2 python-zope-exceptions))
-
(define-public python-zope-testing
(package
(name "python-zope-testing")