summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2025-01-14 12:18:45 +0800
committerRicardo Wurmus <rekado@elephly.net>2025-01-20 21:37:50 +0100
commit4da08269a765f5c0e2526836f576da7fd2a5748e (patch)
tree386d6fb93261c1eed20efddbe62f9b72e834108a
parentf8278b221ecdb9f23211d40f22b90955bee14ea2 (diff)
gnu: python-verde: Fix build.
* gnu/packages/geo.scm (python-verde)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I07220029c4ac56e8b1eb56f5341e58844f70dab3
-rw-r--r--gnu/packages/geo.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index f7c672d79a2..51f772bb8b7 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