mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: python-memory-allocator: Fix build.
* gnu/packages/sagemath.scm (python-memory-allocator)[native-inputs]: Add python-wheel. Change-Id: I9063bb110114285030b06ed403f324b9adddf53e
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user