diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-12 22:17:33 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-17 08:59:29 +0100 |
commit | b59ac14ae287af3284e6c2378bb01b86fff4423c (patch) | |
tree | eaf9d0ec9a36dcb76553d1e38e82ccfdb3706aff | |
parent | 03b08d7b0a9183e43a1466ef76607183d5da6606 (diff) |
gnu: s-tui: Use python-psutil.
* gnu/packages/admin.scm (s-tui): [inputs]: Remove python-psutil-7; add
python-psutil.
Change-Id: I97816f7827b64d6facfa4b31d038ec303a91a6a1
-rw-r--r-- | gnu/packages/admin.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 237f0e02a8..6cc6845808 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -2876,7 +2876,7 @@ development, not the kernel implementation of ACPI.") python-setuptools python-wheel)) (inputs - (list python-psutil-7 + (list python-psutil python-urwid-3)) (home-page "https://github.com/amanusk/s-tui") (synopsis "Interactive terminal stress test and monitoring tool") |