gnu: python-meshio: Remove input labels.
* gnu/packages/simulation.scm (python-meshio)[inputs, native-inputs, propagated-inputs]: Remove labels. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
parent
5437c90953
commit
4a6acd04c3
|
@ -792,13 +792,13 @@ river flooding.")
|
|||
#t))))
|
||||
(build-system python-build-system)
|
||||
(inputs
|
||||
`(("h5py" ,python-h5py)
|
||||
("netcdf4" ,python-netcdf4)))
|
||||
(list python-h5py
|
||||
python-netcdf4))
|
||||
(native-inputs
|
||||
`(("pytest" ,python-pytest)))
|
||||
(list python-pytest))
|
||||
(propagated-inputs
|
||||
`(("importlib-metadata" ,python-importlib-metadata)
|
||||
("numpy" ,python-numpy)))
|
||||
(list python-importlib-metadata
|
||||
python-numpy))
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Reference in New Issue