From 62f52b0e7138099c35b5f97e3ed548b9d237efc2 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 10 Nov 2024 14:38:08 +0000 Subject: gnu: python-fast-histogram: Adjust inputs. * gnu/packages/python-science.scm (python-fast-histogram) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I53e2ce8019c421894e50138099539021a91f7c24 --- gnu/packages/python-science.scm | 7 +++++-- 1 file changed, 5 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 8fec109a71c..495836c4a82 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -1748,11 +1748,14 @@ higher scores.") (add-before 'check 'build-extensions (lambda _ (invoke "python" "setup.py" "build_ext" "--inplace")))))) - (propagated-inputs (list python-numpy)) (native-inputs (list python-hypothesis python-pytest - python-setuptools-scm)) + python-setuptools + python-setuptools-scm + python-wheel)) + (propagated-inputs + (list python-numpy)) (home-page "https://github.com/astrofrog/fast-histogram") (synopsis "Fast simple 1D and 2D histograms") (description -- cgit v1.3