mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
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:
parent
bd4f615e3c
commit
2d5cce98f0
1 changed files with 1 additions and 1 deletions
|
@ -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.")
|
||||||
|
|
Loading…
Add table
Reference in a new issue