diff options
-rw-r--r-- | gnu/packages/maths.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 7f53d50f23..f3265423b4 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -4110,7 +4110,8 @@ bindings to almost all functions of PETSc.") (native-inputs (list python-cysignals python-cython - python-setuptools)) + python-setuptools + python-wheel)) (inputs (list pari-gp primecount |