summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 21:21:15 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:52:56 -0400
commit87c15103e6fc20137162ffa7d0306b150ff874b5 (patch)
tree1dffc14e0ba3e745567935ab72eed2acd73a8718 /gnu/packages/python-web.scm
parent1db8ff4b52edae3584ea108e8984ce135f2329db (diff)
downloadguix-patches-87c15103e6fc20137162ffa7d0306b150ff874b5.tar
guix-patches-87c15103e6fc20137162ffa7d0306b150ff874b5.tar.gz
gnu: Remove python2-zope-location.
* gnu/packages/python-web.scm (python2-zope-location): 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 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")