From 4da08269a765f5c0e2526836f576da7fd2a5748e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Tue, 14 Jan 2025 12:18:45 +0800 Subject: [PATCH] gnu: python-verde: Fix build. * gnu/packages/geo.scm (python-verde)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I07220029c4ac56e8b1eb56f5341e58844f70dab3 --- gnu/packages/geo.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index f7c672d79a22d81be2caa86d002d43f4c29a21d4..51f772bb8b744cdfefa0386f9fb24c72489ceedb 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