gnu: python-cvxpy: Add missing input.

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

Change-Id: I66f4f504a0a4101abc845b7b7d0a0fccbd6b91b9
This commit is contained in:
Ricardo Wurmus 2025-01-09 15:39:37 +01:00
parent f874d80a36
commit c43c0d06e3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -195,7 +195,7 @@ maintainability.")
python-osqp
python-scipy
python-scs))
(native-inputs (list python-pytest python-setuptools))
(native-inputs (list python-pytest python-setuptools python-wheel))
(home-page "https://github.com/cvxpy/cvxpy")
(synopsis "DSL for modeling convex optimization problems")
(description