mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: python2-jsonschema: Remove package.
* gnu/packages/python-xyz.scm (python2-jsonschema): Delete variable. (python-jsonschema)[properties]: Delete field.
This commit is contained in:
parent
c1bbfa7540
commit
288286e4ce
1 changed files with 1 additions and 10 deletions
|
@ -3410,16 +3410,7 @@ (define-public python-jsonschema
|
|||
(synopsis "Implementation of JSON Schema for Python")
|
||||
(description
|
||||
"Jsonschema is an implementation of JSON Schema for Python.")
|
||||
(license license:expat)
|
||||
(properties `((python2-variant . ,(delay python2-jsonschema))))))
|
||||
|
||||
(define-public python2-jsonschema
|
||||
(let ((jsonschema (package-with-python2
|
||||
(strip-python2-variant python-jsonschema))))
|
||||
(package/inherit jsonschema
|
||||
(propagated-inputs
|
||||
`(("python2-functools32" ,python2-functools32)
|
||||
,@(package-propagated-inputs jsonschema))))))
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-schema
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue