summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-07-07 19:59:37 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 23:02:20 +0100
commitff3fcd8321c245e470df22effc20843d90d1578d (patch)
tree2d5e9732316d2d8a32cb1162574bb5a729572a3f /gnu
parent07361e2b1d882595c2ee4998cf80282659171108 (diff)
gnu: python-jsonschema: Add python-rfc3987-syntax.
Without python-rfc3987-syntax in scope, packages depending on python-jsonschema started failing on sanity-check: DistributionNotFound(Requirement.parse('rfc3987-syntax>=1.1.0; extra == "format-nongpl"'), {'jsonschema'}) * gnu/packages/python-xyz.scm (python-jsonschema): [propagated-inputs]: Add python-rfc3987-syntax.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2f3834d6773..35f0be78aa3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9479,7 +9479,7 @@ and convert DDL to BigQuery JSON schema.")
9479 (build-system pyproject-build-system) 9479 (build-system pyproject-build-system)
9480 (arguments 9480 (arguments
9481 (list 9481 (list
9482 ;; tests: 7744 passed, 71 skipped 9482 ;; tests: 7762 passed, 53 skipped
9483 #:phases 9483 #:phases
9484 #~(modify-phases %standard-phases 9484 #~(modify-phases %standard-phases
9485 (add-before 'check 'pre-check 9485 (add-before 'check 'pre-check
@@ -9503,6 +9503,7 @@ and convert DDL to BigQuery JSON schema.")
9503 python-jsonpointer 9503 python-jsonpointer
9504 python-rfc3339-validator 9504 python-rfc3339-validator
9505 python-rfc3986-validator 9505 python-rfc3986-validator
9506 python-rfc3987-syntax ;sanity-check fails without this
9506 python-uri-template 9507 python-uri-template
9507 python-webcolors)) 9508 python-webcolors))
9508 (home-page "https://github.com/Julian/jsonschema") 9509 (home-page "https://github.com/Julian/jsonschema")