~ruther/guix-local

8d02f097e66245dc743d08fc884e87ea0ce3a997 — Sharlatan Hellseher 7 months ago a49c2fb
gnu: Add python-xmlschema-bootstrap.

* gnu/packages/xml.scm (python-xmlschema-bootstrap): New variable.

Change-Id: I2b5ae32a3157c57a8e89a2d14b314404043a0a5c
1 files changed, 10 insertions(+), 0 deletions(-)

M gnu/packages/xml.scm
M gnu/packages/xml.scm => gnu/packages/xml.scm +10 -0
@@ 2075,6 2075,16 @@ finding schema's elements and attributes; and can encode and decode
XML data to JSON and other formats.")
    (license license:expat)))

(define-public python-xmlschema-bootstrap
  (hidden-package
   (package/inherit python-xmlschema
     (arguments
      (list #:tests? #f
            #:phases
            #~(modify-phases %standard-phases
                (delete 'sanity-check))))
     (propagated-inputs '()))))

(define-public python-xmltodict
  (package
    (name "python-xmltodict")