diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2025-01-09 14:00:55 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:39 +0100 |
| commit | 322e03c807561049cda9fa28f9cfeaeeaf420487 (patch) | |
| tree | 3948bf606a9e2c040ac3fd0b8d9263b25231f6ad /gnu/packages/python-science.scm | |
| parent | f6e8d74eee96cb52ed2b87f8365e620fd52e0424 (diff) | |
gnu: python-osqp: Add missing inputs.
* gnu/packages/python-science.scm (python-osqp)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: Ief43d97442a98935dea1499c67e022e9beb5359e
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index ca0e4423a3c..e35c466d951 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm | |||
| @@ -298,7 +298,12 @@ formulas for Python.") | |||
| 298 | (propagated-inputs (list python-numpy python-qdldl python-scipy)) | 298 | (propagated-inputs (list python-numpy python-qdldl python-scipy)) |
| 299 | ;; We need setuptools-scm only for the version number. Without it the | 299 | ;; We need setuptools-scm only for the version number. Without it the |
| 300 | ;; version number will be "0.0.0" and downstream packages will complain. | 300 | ;; version number will be "0.0.0" and downstream packages will complain. |
| 301 | (native-inputs (list cmake-minimal python-pytest python-setuptools-scm)) | 301 | (native-inputs |
| 302 | (list cmake-minimal | ||
| 303 | python-pytest | ||
| 304 | python-setuptools-scm | ||
| 305 | python-setuptools | ||
| 306 | python-wheel)) | ||
| 302 | (home-page "https://osqp.org/") | 307 | (home-page "https://osqp.org/") |
| 303 | (synopsis "OSQP: operator splitting QP solver") | 308 | (synopsis "OSQP: operator splitting QP solver") |
| 304 | (description "The OSQP (Operator Splitting Quadratic Program) solver is a | 309 | (description "The OSQP (Operator Splitting Quadratic Program) solver is a |
