summaryrefslogtreecommitdiff
path: root/gnu/packages/admin.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-06-14 21:40:04 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-06-18 23:22:40 +0100
commitf0c09f8739c7b3d838bafbd381ab7af2cf19f22a (patch)
tree8ee3a3f23e2b7f12467e4ce02480067907260454 /gnu/packages/admin.scm
parent5380f8bfb94fafeba9222e23a173a2d169266252 (diff)
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
Diffstat (limited to 'gnu/packages/admin.scm')
-rw-r--r--gnu/packages/admin.scm10
1 files changed, 7 insertions, 3 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 83dac88b413..362d0878aa8 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -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