GNU bug report logs -
#75980
[PATCH rust-team 000/106] Add cargo-development-inputs.
Previous Next
Reported by: Herman Rimm <herman <at> rimm.ee>
Date: Fri, 31 Jan 2025 21:06:01 UTC
Severity: normal
Tags: patch
Done: Hilton Chain <hako <at> ultrarare.space>
Bug is archived. No further changes may be made.
Full log
Message #239 received at 75980 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-pyo3-0.13): Build without tests.
Remove rust-bitflags-1.2, rust-criterion-0.3, rust-half-1.
Change-Id: I3ab49bde9ab0b06d3da898698cb0ce8c449658f1
---
gnu/packages/crates-io.scm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 68992180d12..6351b271d48 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -59036,7 +59036,7 @@ (define-public rust-pyo3-0.13
(base32
"1hq965lgi25dn578fpn9hjva6zjr1c8rl7lxywijq44aw7lbhds8"))))
(arguments
- `(#:skip-build? #true
+ `(#:tests? #f ; type annotations needed
#:cargo-inputs
(("rust-cfg-if" ,rust-cfg-if-1)
("rust-ctor" ,rust-ctor-0.1)
@@ -59053,9 +59053,6 @@ (define-public rust-pyo3-0.13
("rust-unindent" ,rust-unindent-0.1))
#:cargo-development-inputs
(("rust-assert-approx-eq" ,rust-assert-approx-eq-1)
- ("rust-bitflags" ,rust-bitflags-1.2)
- ("rust-criterion" ,rust-criterion-0.3)
- ("rust-half" ,rust-half-1)
("rust-proptest" ,rust-proptest-0.10)
("rust-rustversion" ,rust-rustversion-1)
("rust-serde-json" ,rust-serde-json-1)
--
2.47.1
This bug report was last modified 68 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.