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
This commit is contained in:
Sharlatan Hellseher 2024-12-21 21:42:49 +00:00
parent 4131737b55
commit 0c0c2d8815
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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