gnu: speedtest-cli: Switch to pyproject.

* gnu/packages/networking.scm (speedtest-cli):
[build-system]: Switch to pyproject-build-system..
[arguments] <tests?>: No tests.
[native-inputs]: Add python-setuptools.

Change-Id: Ib90f161371d982462fabd292dfc07cdc9e84a6e8
This commit is contained in:
Sharlatan Hellseher 2025-12-19 13:53:11 +00:00
parent a8d1edfc33
commit ed5ddd6b48
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3256,7 +3256,11 @@ networks.")
(file-name (git-file-name name version))
(sha256
(base32 "10fazl4kwf41mk7pnwpfms16n0ii0kg9pf8r3mz9xwnl9y04mv9x"))))
(build-system python-build-system)
(build-system pyproject-build-system)
(arguments
(list #:tests? #f)) ;no tests
(native-inputs
(list python-setuptools))
(home-page "https://github.com/sivel/speedtest-cli")
(synopsis "Internet bandwidth tester")
(description