summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 22:28:05 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:09 -0400
commitc4a9b0b03b0cb4e5637bb2688dfbb2cdc344354f (patch)
tree1fec26940be40709cb7e50aa04f7e155a5916c88 /gnu/packages/python-web.scm
parent1d8b2a07d920ffabb06a802e44d2d2c9574dc73d (diff)
downloadguix-patches-c4a9b0b03b0cb4e5637bb2688dfbb2cdc344354f.tar
guix-patches-c4a9b0b03b0cb4e5637bb2688dfbb2cdc344354f.tar.gz
gnu: Remove python2-zope-schema.
* gnu/packages/python-web.scm (python2-zope-schema): 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 52bb55ac3e..f0729ce4cc 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2348,9 +2348,6 @@ internationalized messages within program source text.")
defining data schemas.")
(license license:zpl2.1)))
-(define-public python2-zope-schema
- (package-with-python2 python-zope-schema))
-
(define-public python-zope-configuration
(package
(name "python-zope-configuration")