diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 17:38:58 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:38 -0400 |
commit | b63429583b6ad1460cbc249fd4a61aa3cb24ef95 (patch) | |
tree | 4f0919fbf4d6d2791b1cfc80a28dd661c0ffa206 /gnu | |
parent | e6ef574f2aed80b24fdaeda315f3a6d4b1903bb8 (diff) | |
download | guix-b63429583b6ad1460cbc249fd4a61aa3cb24ef95.tar.gz guix-b63429583b6ad1460cbc249fd4a61aa3cb24ef95.zip |
gnu: Remove python2-zope-security.
* gnu/packages/python-web.scm (python2-zope-security): Delete variable.
Diffstat (limited to 'gnu')
-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 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") |