diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 21:21:50 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:57 -0400 |
commit | 83462e1f4cc303dbbd168392c8166b3b6e2dada0 (patch) | |
tree | 24734ff2b8071d16bfa76317148ee5060caac6f0 /gnu | |
parent | 8f3d4178e7abe9747d0f50f9b3fadd2af31f1671 (diff) | |
download | guix-83462e1f4cc303dbbd168392c8166b3b6e2dada0.tar guix-83462e1f4cc303dbbd168392c8166b3b6e2dada0.tar.gz |
gnu: Remove python2-schema.
* gnu/packages/python-xyz.scm (python2-schema): Delete variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d42434bd87..634f31baf4 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3773,9 +3773,6 @@ services or command-line parsing, converted from JSON/YAML (or something else) to Python data-types.") (license license:psfl))) -(define-public python2-schema - (package-with-python2 python-schema)) - (define-public python-schema-0.5 (package (inherit python-schema) (version "0.5.0") |