rekado pushed a commit to branch python-team
in repository guix.

commit 4083441bda2dc21579583472b0d1f5839569c52d
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Fri Jan 10 21:04:42 2025 +0100

    gnu: python-mathicsscript: Add missing inputs.
    
    * gnu/packages/maths.scm (python-mathicsscript)[native-inputs]: Add
    python-setuptools and python-wheel.
    
    Change-Id: Icb6f613afefe2074bc6e84cab2573474e74643bd
---
 gnu/packages/maths.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 8727807f40..dc8e915e78 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -10743,7 +10743,7 @@ to Wolfram.")
                              python-prompt-toolkit
                              python-pygments
                              python-term-background))
-    (native-inputs (list python-pytest))
+    (native-inputs (list python-pytest python-setuptools python-wheel))
     (home-page "https://mathics.org/";)
     (synopsis "Command-line interface to Mathics3")
     (description "This package provides a command-line interface to

Reply via email to