guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 3650fb0597ec068c218d5c9016458489ce8ecb07
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Fri Jul 3 18:07:58 2026 +0200
gnu: python-referencing: Fix runtime.
* gnu/packages/python-xyz.scm (python-referencing): Fix runtime for
Python version < 3.13.
[propagated-inputs]: Add python-typing-extensions.
Merges: guix/guix!9690
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5cd71287fe..69d5407e39 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -32747,7 +32747,8 @@ integration, human-readable errors, and standard
OS-specific locations.")
specification-referencing-suite))
(propagated-inputs
(list python-attrs
- python-rpds-py))
+ python-rpds-py
+ python-typing-extensions)) ;Python version < 3.13
(home-page "https://github.com/python-jsonschema/referencing")
(synopsis "JSON Referencing + Python")
(description "This package provides an implementation-agnostic