gnu: rust-jiter-0.2: Add missing input.

* gnu/packages/crates-io.scm (rust-jiter-0.2)[native-inputs]: Add
python-minimal-wrapper.

Change-Id: Ieab1e0a1e3329528fc21a160669e7ea8376c0e5f
This commit is contained in:
Ricardo Wurmus 2025-01-09 10:27:26 +01:00
parent 5a89243348
commit 8fba804af0
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -36467,6 +36467,7 @@ (define-public rust-jiter-0.2
("rust-pyo3" ,rust-pyo3-0.21)
("rust-serde" ,rust-serde-1)
("rust-serde-json" ,rust-serde-json-1))))
(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.")