monego pushed a commit to branch master
in repository guix.

commit 25c98faab77f16ff4286f74f9b40e2e72d4acf91
Author: Vinicius Monego <[email protected]>
AuthorDate: Sun Dec 22 11:20:49 2024 -0300

    gnu: python-memory-allocator: Fix build.
    
    * gnu/packages/sagemath.scm (python-memory-allocator)[native-inputs]: Add
    python-wheel.
    
    Change-Id: I9063bb110114285030b06ed403f324b9adddf53e
---
 gnu/packages/sagemath.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/sagemath.scm b/gnu/packages/sagemath.scm
index ed148d8e6f..008f54a5e7 100644
--- a/gnu/packages/sagemath.scm
+++ b/gnu/packages/sagemath.scm
@@ -245,7 +245,7 @@ libraries GMO, MPFR and MPC.")
         (base32 "1r7g175ddbpn5kjgs6f09s7mfachzw94p02snki6f6830dmj22fn"))))
     (build-system pyproject-build-system)
     (native-inputs
-     (list python-cython python-setuptools))
+     (list python-cython python-setuptools python-wheel))
     (home-page "https://github.com/sagemath/memory_allocator";)
     (synopsis "Extension class to allocate memory easily with Cython")
     (description "This package provides a single extension class

Reply via email to