diff --git a/gnu/packages/sagemath.scm b/gnu/packages/sagemath.scm index bc1446327b..eeae4628be 100644 --- a/gnu/packages/sagemath.scm +++ b/gnu/packages/sagemath.scm @@ -5,6 +5,7 @@ ;;; Copyright © 2020 Jakub Kądziołka ;;; Copyright © 2021 Efraim Flashner ;;; Copyright © 2024 Vinicius Monego +;;; Copyright © 2025 Ricardo Wurmus ;;; ;;; This file is part of GNU Guix. ;;; @@ -275,7 +276,11 @@ libraries GMO, MPFR and MPC.") (sha256 (base32 "1zggfj09zkfcabcsasq27vwbhdmkig4yn380gi6wykcih9n22anl")))) (build-system pyproject-build-system) - (native-inputs (list python-cython-3 python-pytest)) + (native-inputs + (list python-cython-3 + python-pytest + python-setuptools + python-wheel)) (inputs (list gmp mpc mpfr pari-gp ppl)) (propagated-inputs (list python-cysignals python-gmpy2)) (home-page "https://github.com/sagemath/pplpy")