gnu: python-mathics-django: Fix tests.

* gnu/packages/maths.scm (python-mathics-django)[propagated-inputs]:
Add python-matplotlib, required for tests.

Change-Id: I8db918772d6507505970e6a3c1e8c66db0ad18cd
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Charles Roelli 2025-10-01 15:02:57 +02:00 committed by Sharlatan Hellseher
parent 239f1a0c17
commit 6b02b5a806
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -11454,6 +11454,7 @@ Mathics3.")
(propagated-inputs (list python-django
python-mathics-scanner
python-mathics-core
python-matplotlib
python-networkx
python-pygments
python-requests))