From 13b6dc1467d3c0e8d7707f0fe8eff01198783c70 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Mon, 27 Jan 2025 19:18:01 +0000 Subject: [PATCH] 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 --- gnu/packages/python-science.scm | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 86fb4c00df219fbfcca6ae9138f310e31cebe250..62001bc430645e4bc7039753d09e2a2c76a8561a 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.") (base32 "1ywc2jzj40m6wmq227j3snxvp4434s0m1xk1abg6v6mr87pv2sa9")))) (build-system pyproject-build-system) - (propagated-inputs (list python-decorator python-numpy python-scipy - python-six)) - (native-inputs (list python-nose)) + (native-inputs + (list python-nose + python-setuptools + python-wheel)) + (propagated-inputs + (list python-decorator + python-numpy + python-scipy + python-six)) (home-page "https://github.com/sods/paramz") (synopsis "The Parameterization Framework") (description