diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 22:28:05 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:09 -0400 |
commit | c4a9b0b03b0cb4e5637bb2688dfbb2cdc344354f (patch) | |
tree | 1fec26940be40709cb7e50aa04f7e155a5916c88 /gnu/packages/python-web.scm | |
parent | 1d8b2a07d920ffabb06a802e44d2d2c9574dc73d (diff) | |
download | guix-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.scm | 3 |
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") |