mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 02:20:53 +02:00
gnu: s-tui: Use pyproject-build-system.
* gnu/packages/admin.scm (s-tui): [build-system]: Use pyproject. [native-inputs]: Add python-pytest. Change-Id: I34902fa7f0f9982d6e55750b6f16a00c1f25690f
This commit is contained in:
parent
5380f8bfb9
commit
f0c09f8739
1 changed files with 7 additions and 3 deletions
|
@ -2857,10 +2857,14 @@ development, not the kernel implementation of ACPI.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "08mfclgdy6cb8xgp8sc7fpm4qxay37j71b1b3niywi6x206i5m2m"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(inputs
|
||||
(list python-psutil-7 python-urwid-3))
|
||||
(list python-psutil-7
|
||||
python-urwid-3))
|
||||
(home-page "https://github.com/amanusk/s-tui")
|
||||
(synopsis "Interactive terminal stress test and monitoring tool")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue