rekado pushed a commit to branch master
in repository guix.
commit 4da08269a765f5c0e2526836f576da7fd2a5748e
Author: Sou Bunnbu (宋文武) <[email protected]>
AuthorDate: Tue Jan 14 12:18:45 2025 +0800
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 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