mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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 <sharlatanus@gmail.com>
This commit is contained in:
parent
5d40f7ed98
commit
a62b8f19e0
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue