mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 02:50:45 +02:00
gnu: soapy-power: Use pypproject-build-system.
* gnu/packages/radio.scm (soapy-power): Update to 1.6.1. [build-system]: Use pypproject. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ia8ebd5fa0b28b1ed24d76ee7ace36803d2329fa5
This commit is contained in:
parent
881eeccc72
commit
53dd48bf65
1 changed files with 6 additions and 1 deletions
|
@ -773,7 +773,12 @@ library.")
|
|||
(uri (pypi-uri "soapy_power" version))
|
||||
(sha256
|
||||
(base32 "1rajmygcqvv5ph7yk65r4w581lfszrz0f48csvfmma1ami0lirdm"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f)) ; no tests in PyPI or Git
|
||||
(native-inputs
|
||||
(list python-setuptools
|
||||
python-wheel))
|
||||
(inputs
|
||||
(list python-numpy
|
||||
python-scipy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue