mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
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
This commit is contained in:
parent
4116c5356d
commit
a96e3e0822
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
;;; Copyright © 2014-2022 Eric Bavier <bavier@posteo.net>
|
||||
;;; Copyright © 2014 Federico Beffa <beffa@fbengineering.ch>
|
||||
;;; Copyright © 2014 Mathieu Lirzin <mathieu.lirzin@openmailbox.org>
|
||||
;;; Copyright © 2015–2024 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2015–2025 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2015 Sou Bunnbu <iyzsong@gmail.com>
|
||||
;;; Copyright © 2015, 2018 Mark H Weaver <mhw@netris.org>
|
||||
;;; Copyright © 2015-2024 Efraim Flashner <efraim@flashner.co.il>
|
||||
|
@ -10770,13 +10770,13 @@ (define-public python-mathics-django
|
|||
(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.")
|
||||
|
|
Loading…
Reference in a new issue