summaryrefslogtreecommitdiff
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
parenta49c2fb668fe0a3979c072ad111b8fd3d78b2088 (diff)
gnu: Add python-xmlschema-bootstrap.
* gnu/packages/xml.scm (python-xmlschema-bootstrap): New variable. Change-Id: I2b5ae32a3157c57a8e89a2d14b314404043a0a5c
-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 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")