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
This commit is contained in:
Efraim Flashner 2025-01-21 08:38:04 +02:00
parent bd4f615e3c
commit 2d5cce98f0
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -36551,7 +36551,7 @@ heavily inspired by the Temporal project.")
("rust-pyo3" ,rust-pyo3-0.22) ("rust-pyo3" ,rust-pyo3-0.22)
("rust-serde" ,rust-serde-1) ("rust-serde" ,rust-serde-1)
("rust-serde-json" ,rust-serde-json-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/") (home-page "https://github.com/pydantic/jiter/")
(synopsis "Fast Iterable JSON parser") (synopsis "Fast Iterable JSON parser")
(description "This package provides an iterable JSON parser.") (description "This package provides an iterable JSON parser.")