monego pushed a commit to branch master
in repository guix.
commit da94cd1ea69559a80d291c6a574b0f23e30c64f2
Author: Vinicius Monego <[email protected]>
AuthorDate: Sun Dec 22 11:21:42 2024 -0300
gnu: python-primecountpy: Fix build.
* gnu/packages/maths.scm (python-primecountpy)[native-inputs]: Add
python-wheel.
Change-Id: I5d2034b237106291b2453b25a94b0d164b7ece49
---
gnu/packages/maths.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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