guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

218/299: gnu: python-mathicsscript: Add missing inputs.


From: guix-commits
Subject: 218/299: gnu: python-mathicsscript: Add missing inputs.
Date: Mon, 13 Jan 2025 15:18:33 -0500 (EST)

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

commit 01747bc07d17eb67deea3ecf90d827d63297f9bd
Author: Ricardo Wurmus <rekado@elephly.net>
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 442443c92d..f38346c247 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

[Prev in Thread] Current Thread [Next in Thread]