diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2025-01-14 13:45:43 +0800 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:50 +0100 |
commit | c24968b12ca613bb593c968da34dfc2a259ee50b (patch) | |
tree | c8705ee46676d4440eda6d3cfe0f1bd7e5f55a05 /gnu/packages/python-science.scm | |
parent | 001f48fd33028393eb2a3b2eaf4ef472e79cc195 (diff) |
gnu: python-spin: Fix build.
* gnu/packages/python-science.scm (python-spin)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: Ieeaa5f7186e51a16022910da89704e8cc282d935
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r-- | gnu/packages/python-science.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index d493678926..5f7f94ecd6 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -1812,7 +1812,7 @@ evaluating arrays of polynomials based on @code{numpy.ndarray objects}.") (base32 "0ff48nagfaai3j26g1db4zq2bwdv6kj5l7xhcs2l9kzg7qzrmhr7")))) (build-system pyproject-build-system) (propagated-inputs (list python-click python-colorama python-tomli)) - (native-inputs (list python-pytest)) + (native-inputs (list python-pytest python-setuptools python-wheel)) (home-page "https://github.com/scientific-python/spin") (synopsis "Developer tool for scientific Python libraries") (description "@code{spin} is a simple interface for common development |