mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-quadpy: Adjust inputs.
* gnu/packages/maths.scm (python-quadpy)[inputs]: Add python-matplotlib. [native-inputs]: Remove python-wheel. Change-Id: I72f2d7daafebd98f96245697aecb60c176981336
This commit is contained in:
parent
f94377da73
commit
ea44a564d1
1 changed files with 3 additions and 1 deletions
|
@ -4784,9 +4784,11 @@ Mathematics (GLM) library to Python.")
|
||||||
(list python-accupy
|
(list python-accupy
|
||||||
python-pytest
|
python-pytest
|
||||||
python-setuptools
|
python-setuptools
|
||||||
python-wheel
|
|
||||||
unzip
|
unzip
|
||||||
vtk))
|
vtk))
|
||||||
|
(inputs
|
||||||
|
;; [optional]
|
||||||
|
(list python-matplotlib))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-importlib-metadata
|
(list python-importlib-metadata
|
||||||
python-numpy
|
python-numpy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue