summaryrefslogtreecommitdiff
path: root/gnu/packages/geo.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-05-03 11:38:24 +0200
committerRicardo Wurmus <rekado@elephly.net>2024-05-05 22:38:18 +0200
commit317be75d1d70673d73f76df1dafd7fe873f365bd (patch)
treef3e711b928d357dab58d523e168bba19c7c10d31 /gnu/packages/geo.scm
parentffffc0227a0c9b9d506cdb947469361f77afe8d6 (diff)
downloadguix-patches-317be75d1d70673d73f76df1dafd7fe873f365bd.tar
guix-patches-317be75d1d70673d73f76df1dafd7fe873f365bd.tar.gz
gnu: python-verde: Add missing input.
* gnu/packages/geo.scm (python-verde)[native-inputs]: Add python-pytest. Change-Id: I82b844627f27cfe60e42050bb37d092b3d9a43c1
Diffstat (limited to 'gnu/packages/geo.scm')
-rw-r--r--gnu/packages/geo.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 985fa77231..dd8c313135 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1409,7 +1409,7 @@ 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))
+ (native-inputs (list python-cartopy python-distributed python-pytest))
(propagated-inputs (list python-dask
python-numpy
python-pandas