summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 22:59:34 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:14 -0400
commit7287f835234f3087ce7f467517a1e55679683050 (patch)
tree11dd53658e7b02ee1e0056027bab471e90a55f77 /gnu/packages/python-web.scm
parenteccb33c210e364b2c29c08a148e19f1801310888 (diff)
downloadguix-7287f835234f3087ce7f467517a1e55679683050.tar.gz
guix-7287f835234f3087ce7f467517a1e55679683050.tar.xz
gnu: Remove python2-zope-interface.
* gnu/packages/python-web.scm (python2-zope-interface): 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 cc444cf488..e24b691abd 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2159,9 +2159,6 @@ interfaces\" for Python. Interfaces are a mechanism for labeling objects as
conforming to a given API or contract.")
(license license:zpl2.1)))
-(define-public python2-zope-interface
- (package-with-python2 python-zope-interface))
-
(define-public python-zope-exceptions
(package
(name "python-zope-exceptions")