~ruther/guix-local

322e03c807561049cda9fa28f9cfeaeeaf420487 — Ricardo Wurmus 1 year, 6 months ago f6e8d74
gnu: python-osqp: Add missing inputs.

* gnu/packages/python-science.scm (python-osqp)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: Ief43d97442a98935dea1499c67e022e9beb5359e
1 files changed, 6 insertions(+), 1 deletions(-)

M gnu/packages/python-science.scm
M gnu/packages/python-science.scm => gnu/packages/python-science.scm +6 -1
@@ 298,7 298,12 @@ formulas for Python.")
    (propagated-inputs (list python-numpy python-qdldl python-scipy))
    ;; We need setuptools-scm only for the version number.  Without it the
    ;; version number will be "0.0.0" and downstream packages will complain.
    (native-inputs (list cmake-minimal python-pytest python-setuptools-scm))
    (native-inputs
     (list cmake-minimal
           python-pytest
           python-setuptools-scm
           python-setuptools
           python-wheel))
    (home-page "https://osqp.org/")
    (synopsis "OSQP: operator splitting QP solver")
    (description "The OSQP (Operator Splitting Quadratic Program) solver is a