mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
a8d1edfc33
commit
ed5ddd6b48
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue