rekado pushed a commit to branch master
in repository guix.

commit 1f8e8e865d566ea220f14c46598f6d52d467ac27
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Fri Jan 10 21:03:13 2025 +0100

    gnu: python-mathics-django: Add missing inputs.
    
    * gnu/packages/maths.scm (python-mathics-django)[native-inputs]: Add
    python-setuptools and python-wheel.
    
    Change-Id: I45522d75fed2492e5d2bb2d38cc430c84b2b2551
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 4e3ea6df26..ec7f6822f1 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5,7 +5,7 @@
 ;;; Copyright © 2014-2022 Eric Bavier <[email protected]>
 ;;; Copyright © 2014 Federico Beffa <[email protected]>
 ;;; Copyright © 2014 Mathieu Lirzin <[email protected]>
-;;; Copyright © 2015–2024 Ricardo Wurmus <[email protected]>
+;;; Copyright © 2015–2025 Ricardo Wurmus <[email protected]>
 ;;; Copyright © 2015 Sou Bunnbu <[email protected]>
 ;;; Copyright © 2015, 2018 Mark H Weaver <[email protected]>
 ;;; Copyright © 2015-2024 Efraim Flashner <[email protected]>
@@ -10835,13 +10835,13 @@ Mathics3.")
              (setenv "PYTHONPATH" (getcwd))
              (setenv "DJANGO_SETTINGS_MODULE" "mathics_django.settings")
              (invoke "django-admin" "test"))))))
-    (native-inputs (list python-pytest))
     (propagated-inputs (list python-django-4.2
                              python-mathics-scanner
                              python-mathics-core
                              python-networkx-next
                              python-pygments
                              python-requests))
+    (native-inputs (list python-pytest python-setuptools python-wheel))
     (home-page "https://mathics.org/";)
     (synopsis "A Django front end for Mathics3.")
     (description "This package provides a Django front end for Mathics3.")

Reply via email to