1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +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:
Sharlatan Hellseher 2025-06-14 21:40:04 +01:00
parent 5380f8bfb9
commit f0c09f8739
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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