rekado pushed a commit to branch python-team in repository guix. commit 334707c78f791530137c16d5500899de7fb694a9 Author: Ricardo Wurmus <rek...@elephly.net> AuthorDate: Thu Jan 9 14:01:23 2025 +0100
gnu: python-qdldl: Add missing input. * gnu/packages/python-science.scm (python-qdldl)[native-inputs]: Add python-wheel. Change-Id: I6bca560b20a9c259eae95c09edcf10ead685ec21 --- gnu/packages/python-science.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index e35c466d95..13b672d1b8 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -321,7 +321,11 @@ numerical optimization package.") (sha256 (base32 "1lspam0k8gnw1yglqxvdv350fq00nkgdfmkizmx7bk0hxjjkj5ab")))) (build-system pyproject-build-system) - (native-inputs (list cmake-minimal pybind11 python-setuptools)) + (native-inputs + (list cmake-minimal + pybind11 + python-setuptools + python-wheel)) (propagated-inputs (list python-numpy python-scipy)) (home-page "https://github.com/oxfordcontrol/qdldl-python/") (synopsis "QDLDL LDL factorization routine")