diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 22:54:14 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:12 -0400 |
commit | 3db04d3051fc4e9c139dd1585e71e218819dd2f6 (patch) | |
tree | 32b215e2be3785b30be43a69e54e0d4e404d4e20 | |
parent | 7ced2152d520e4858c31537e06ab2ba0a07a7569 (diff) | |
download | guix-3db04d3051fc4e9c139dd1585e71e218819dd2f6.tar.gz guix-3db04d3051fc4e9c139dd1585e71e218819dd2f6.zip |
gnu: Remove python2-zope-exceptions.
* gnu/packages/python-web.scm (python2-zope-exceptions): Delete variable.
-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 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") |