diff options
| -rw-r--r-- | gnu/packages/geo.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index f7c672d79a..51f772bb8b 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -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 |
