gnu: Remove python2-schema.

* gnu/packages/python-xyz.scm (python2-schema): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 21:21:50 -04:00
parent 8f3d4178e7
commit 83462e1f4c
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -3773,9 +3773,6 @@ (define-public python-schema
something else) to Python data-types.") something else) to Python data-types.")
(license license:psfl))) (license license:psfl)))
(define-public python2-schema
(package-with-python2 python-schema))
(define-public python-schema-0.5 (define-public python-schema-0.5
(package (inherit python-schema) (package (inherit python-schema)
(version "0.5.0") (version "0.5.0")