~ruther/guix-local

27bdb2b9c7feb6532f7ac12aa7d72cec4f5fce95 — Ricardo Wurmus 1 year, 3 months ago 1f8e8e8
gnu: python-metpy: Add missing inputs.

* gnu/packages/geo.scm (python-metpy)[native-inputs]: Add python-setuptools
and python-wheel.

Change-Id: Iea093561b5ff4b9f7206de0ee82de36088c6d695
1 files changed, 7 insertions(+), 2 deletions(-)

M gnu/packages/geo.scm
M gnu/packages/geo.scm => gnu/packages/geo.scm +7 -2
@@ 1821,8 1821,13 @@ version_spec = re.sub('[()]', '', version_spec)\n" m)))))
                             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,