diff options
author | Ricardo Wurmus <[email protected]> | 2025-01-09 15:39:37 +0100 |
---|---|---|
committer | Ricardo Wurmus <[email protected]> | 2025-01-20 21:37:39 +0100 |
commit | c43c0d06e3de8b8918283517591fdc470d62ddc2 (patch) | |
tree | 3abf1c5ef6c42b6200840e042d406e59434d8eab | |
parent | f874d80a367486706e24d92cbf5ba087f6bd7a26 (diff) |
gnu: python-cvxpy: Add missing input.
* gnu/packages/python-science.scm (python-cvxpy)[native-inputs]: Add
python-wheel.
Change-Id: I66f4f504a0a4101abc845b7b7d0a0fccbd6b91b9
-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 9193cc154c..8ab43f5bd8 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -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 |