mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: Remove python2-schema.
* gnu/packages/python-xyz.scm (python2-schema): Delete variable.
This commit is contained in:
parent
8f3d4178e7
commit
83462e1f4c
1 changed files with 0 additions and 3 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue