guix_mirror_bot pushed a commit to branch master
in repository guix.
commit a62b8f19e01117aa7a56a268180791e531524858
Author: Nicolas Graves <[email protected]>
AuthorDate: Sat Nov 29 20:56:01 2025 +0100
gnu: python-benchexec: Adjust native-inputs.
* gnu/packages/benchmark.scm (python-benchexec)[native-inputs]:
Remove python-wheel; replace python-nose by python-pynose.
Change-Id: I2c6a250c249b88c0bc62975956c0660405477ef8
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/benchmark.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm
index cb9a6007ff..7370b637c7 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -435,9 +435,8 @@ setup against another one.")
(native-inputs
(list coreutils
python-lxml
- python-nose
- python-setuptools
- python-wheel))
+ python-pynose
+ python-setuptools))
(home-page "https://github.com/sosy-lab/benchexec/")
(synopsis "Framework for Reliable Benchmarking")
(description