summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 17:38:58 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:52:38 -0400
commitb63429583b6ad1460cbc249fd4a61aa3cb24ef95 (patch)
tree4f0919fbf4d6d2791b1cfc80a28dd661c0ffa206 /gnu/packages/python-web.scm
parente6ef574f2aed80b24fdaeda315f3a6d4b1903bb8 (diff)
gnu: Remove python2-zope-security.
* gnu/packages/python-web.scm (python2-zope-security): 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 3e2fe276c1..643cba6c77 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2539,9 +2539,6 @@ security policies on Python objects.")
("python-zope-proxy" ,python-zope-proxy-bootstrap)
("python-zope-schema" ,python-zope-schema)))))
-(define-public python2-zope-security
- (package-with-python2 python-zope-security))
-
(define-public python-zope-component
(package
(name "python-zope-component")