~ruther/guix-local

4da08269a765f5c0e2526836f576da7fd2a5748e — 宋文武 1 year, 2 months ago f8278b2
gnu: python-verde: Fix build.

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

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

M gnu/packages/geo.scm
M gnu/packages/geo.scm => gnu/packages/geo.scm +2 -1
@@ 1533,7 1533,8 @@ utilities for data translation and processing.")
                                      " and not test_fetch_baja_bathymetry"
                                      " and not test_fetch_rio_magnetic"
                                      " and not test_fetch_california_gps"))))
    (native-inputs (list python-cartopy python-distributed python-pytest))
    (native-inputs (list python-cartopy python-distributed python-pytest
                         python-setuptools python-wheel))
    (propagated-inputs (list python-dask
                             python-numpy
                             python-pandas