From 0c0c2d88150c8e42722cf91bd17d63ce71313c1f Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sat, 21 Dec 2024 21:42:49 +0000 Subject: gnu: python-supersmoother: Fix build * gnu/packages/python-science.scm (python-supersmoother): [native-inputs]: Add python-pytest, python-setuptools, and python-wheel. Change-Id: I33f151e74d54b6e0647b3cfae73c063522c35ea3 --- gnu/packages/python-science.scm | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'gnu/packages/python-science.scm') diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 5ef91aaf11f..d6d5b21609a 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -3570,8 +3570,13 @@ proportional-integral-derivative} controller.") (sha256 (base32 "1lkj8l2mpki6x2pxcwlrplx63lhi8h9v2rzxgjfb0cppsfr8m1wp")))) (build-system pyproject-build-system) - (propagated-inputs (list python-numpy)) - (native-inputs (list python-scipy)) + (native-inputs + (list python-pytest + python-scipy + python-setuptools + python-wheel)) + (propagated-inputs + (list python-numpy)) (home-page "http://github.com/jakevdp/supersmoother") (synopsis "Python implementation of Friedman's Supersmoother") (description -- cgit v1.3