efraim pushed a commit to branch master
in repository guix.
commit 2d5cce98f045205aa761be21fb7d19393ba3a043
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Jan 21 08:38:04 2025 +0200
gnu: rust-jiter-0.7: Switch to python-minimal-wrapper.
* gnu/packages/crates-io.scm (rust-jiter-0.7)[inputs]: Remove
python-wrapper.
[native-inputs]: Add python-minimal-wrapper.
Change-Id: Ic2cdff94efa56bb8cd38fce0407e309402312d66
---
gnu/packages/crates-io.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7df005946f..dab65ce2b7 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -36551,7 +36551,7 @@ heavily inspired by the Temporal project.")
("rust-pyo3" ,rust-pyo3-0.22)
("rust-serde" ,rust-serde-1)
("rust-serde-json" ,rust-serde-json-1))))
- (inputs (list python-wrapper))
+ (native-inputs (list python-minimal-wrapper)) ; For the tests.
(home-page "https://github.com/pydantic/jiter/")
(synopsis "Fast Iterable JSON parser")
(description "This package provides an iterable JSON parser.")