diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2025-01-21 08:38:04 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2025-01-21 08:50:27 +0200 |
commit | 2d5cce98f045205aa761be21fb7d19393ba3a043 (patch) | |
tree | e3093757f7ce1dccc54f949e20f291a01ecebc56 | |
parent | bd4f615e3c04abac07999172870c78ea74a1b4fc (diff) |
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
-rw-r--r-- | gnu/packages/crates-io.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 7df005946fc..dab65ce2b79 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.") |