diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 21:21:15 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:56 -0400 |
commit | 87c15103e6fc20137162ffa7d0306b150ff874b5 (patch) | |
tree | 1dffc14e0ba3e745567935ab72eed2acd73a8718 | |
parent | 1db8ff4b52edae3584ea108e8984ce135f2329db (diff) | |
download | guix-87c15103e6fc20137162ffa7d0306b150ff874b5.tar guix-87c15103e6fc20137162ffa7d0306b150ff874b5.tar.gz |
gnu: Remove python2-zope-location.
* gnu/packages/python-web.scm (python2-zope-location): 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 79b7ab429e..5374390cb1 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2489,9 +2489,6 @@ Zope3, which are are special objects that have a structural location.") (define-public python-zope-location-bootstrap (python-zope-bootstrap-package python-zope-location)) -(define-public python2-zope-location - (package-with-python2 python-zope-location)) - (define-public python-zope-security (package (name "python-zope-security") |