diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-27 19:18:01 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-27 21:22:20 +0000 |
| commit | 13b6dc1467d3c0e8d7707f0fe8eff01198783c70 (patch) | |
| tree | bb50654963d6ab537807139dbc4d9addcfd37a06 /gnu/packages/python-science.scm | |
| parent | 0386a780272a5a22485db0647851f0428bbaa899 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 86fb4c00df2..62001bc4306 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm | |||
| @@ -3353,9 +3353,15 @@ it can be used for displaying many qualitatively different samples.") | |||
| 3353 | (base32 | 3353 | (base32 |
| 3354 | "1ywc2jzj40m6wmq227j3snxvp4434s0m1xk1abg6v6mr87pv2sa9")))) | 3354 | "1ywc2jzj40m6wmq227j3snxvp4434s0m1xk1abg6v6mr87pv2sa9")))) |
| 3355 | (build-system pyproject-build-system) | 3355 | (build-system pyproject-build-system) |
| 3356 | (propagated-inputs (list python-decorator python-numpy python-scipy | 3356 | (native-inputs |
| 3357 | python-six)) | 3357 | (list python-nose |
| 3358 | (native-inputs (list python-nose)) | 3358 | python-setuptools |
| 3359 | python-wheel)) | ||
| 3360 | (propagated-inputs | ||
| 3361 | (list python-decorator | ||
| 3362 | python-numpy | ||
| 3363 | python-scipy | ||
| 3364 | python-six)) | ||
| 3359 | (home-page "https://github.com/sods/paramz") | 3365 | (home-page "https://github.com/sods/paramz") |
| 3360 | (synopsis "The Parameterization Framework") | 3366 | (synopsis "The Parameterization Framework") |
| 3361 | (description | 3367 | (description |
