mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-paramz: Add missing inputs, fix build.
* gnu/packages/python-science.scm (python-paramz): [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I3d33d04f523a214995e82d03d5bb1ce669962398
This commit is contained in:
parent
0386a78027
commit
13b6dc1467
1 changed files with 9 additions and 3 deletions
|
@ -3353,9 +3353,15 @@ it can be used for displaying many qualitatively different samples.")
|
||||||
(base32
|
(base32
|
||||||
"1ywc2jzj40m6wmq227j3snxvp4434s0m1xk1abg6v6mr87pv2sa9"))))
|
"1ywc2jzj40m6wmq227j3snxvp4434s0m1xk1abg6v6mr87pv2sa9"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(propagated-inputs (list python-decorator python-numpy python-scipy
|
(native-inputs
|
||||||
|
(list python-nose
|
||||||
|
python-setuptools
|
||||||
|
python-wheel))
|
||||||
|
(propagated-inputs
|
||||||
|
(list python-decorator
|
||||||
|
python-numpy
|
||||||
|
python-scipy
|
||||||
python-six))
|
python-six))
|
||||||
(native-inputs (list python-nose))
|
|
||||||
(home-page "https://github.com/sods/paramz")
|
(home-page "https://github.com/sods/paramz")
|
||||||
(synopsis "The Parameterization Framework")
|
(synopsis "The Parameterization Framework")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue