summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-08-16 22:43:40 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:35:37 +0100
commit8d02f097e66245dc743d08fc884e87ea0ce3a997 (patch)
tree26600b4f9d747efb5725e45344363a8496288ab6 /gnu
parenta49c2fb668fe0a3979c072ad111b8fd3d78b2088 (diff)
gnu: Add python-xmlschema-bootstrap.
* gnu/packages/xml.scm (python-xmlschema-bootstrap): New variable. Change-Id: I2b5ae32a3157c57a8e89a2d14b314404043a0a5c
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/xml.scm10
1 files changed, 10 insertions, 0 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index ae2c9ee8cb1..5efcfcb6bc9 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
2075XML data to JSON and other formats.") 2075XML data to JSON and other formats.")
2076 (license license:expat))) 2076 (license license:expat)))
2077 2077
2078(define-public python-xmlschema-bootstrap
2079 (hidden-package
2080 (package/inherit python-xmlschema
2081 (arguments
2082 (list #:tests? #f
2083 #:phases
2084 #~(modify-phases %standard-phases
2085 (delete 'sanity-check))))
2086 (propagated-inputs '()))))
2087
2078(define-public python-xmltodict 2088(define-public python-xmltodict
2079 (package 2089 (package
2080 (name "python-xmltodict") 2090 (name "python-xmltodict")