rekado pushed a commit to branch python-team
in repository guix.
commit cde9fef8bb20a12d379cdc2a3fc78cf04b42a0fd
Author: 宋文武 <[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