From 25c98faab77f16ff4286f74f9b40e2e72d4acf91 Mon Sep 17 00:00:00 2001 From: Vinicius Monego Date: Sun, 22 Dec 2024 11:20:49 -0300 Subject: [PATCH] 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