guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 9d42886da97b28c5cf0557c148ad92bceeacaf7c
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Sep 25 00:46:38 2025 +0100
gnu: python-quadpy: Adjust inputs.
* gnu/packages/maths.scm (python-quadpy)[inputs]: Add python-matplotlib.
[native-inputs]: Remove python-wheel.
Change-Id: I72f2d7daafebd98f96245697aecb60c176981336
---
gnu/packages/maths.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index f0fb87765b..bee38a2a25 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4776,9 +4776,11 @@ Mathematics (GLM) library to Python.")
(list python-accupy
python-pytest
python-setuptools
- python-wheel
unzip
vtk))
+ (inputs
+ ;; [optional]
+ (list python-matplotlib))
(propagated-inputs
(list python-importlib-metadata
python-numpy