diff options
Diffstat (limited to 'gnu/packages/xml.scm')
| -rw-r--r-- | gnu/packages/xml.scm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index ae2c9ee8cb..5efcfcb6bc 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -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") |
