mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: python-metpy: Add missing inputs.
* gnu/packages/geo.scm (python-metpy)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: Iea093561b5ff4b9f7206de0ee82de36088c6d695
This commit is contained in:
parent
a96e3e0822
commit
56aa3a00b2
1 changed files with 7 additions and 2 deletions
|
@ -1821,8 +1821,13 @@ (define-public python-metpy
|
|||
python-scipy
|
||||
python-traitlets
|
||||
python-xarray))
|
||||
(native-inputs (list python-netcdf4 python-packaging python-pytest
|
||||
python-pytest-mpl))
|
||||
(native-inputs
|
||||
(list python-netcdf4
|
||||
python-packaging
|
||||
python-pytest
|
||||
python-pytest-mpl
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(home-page "https://github.com/Unidata/MetPy")
|
||||
(synopsis "Collection of tools to deal with weather data")
|
||||
(description "MetPy is a collection of tools in Python for reading,
|
||||
|
|
Loading…
Reference in a new issue