guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 6b02b5a8068f536544a4b5de19c2efebf89872e9
Author: Charles Roelli <[email protected]>
AuthorDate: Wed Oct 1 15:02:57 2025 +0200
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 <[email protected]>
---
gnu/packages/maths.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 9322818df0..c0987f699e 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -11454,6 +11454,7 @@ Mathics3.")
(propagated-inputs (list python-django
python-mathics-scanner
python-mathics-core
+ python-matplotlib
python-networkx
python-pygments
python-requests))