From 317be75d1d70673d73f76df1dafd7fe873f365bd Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus <rekado@elephly.net>
Date: Fri, 3 May 2024 11:38:24 +0200
Subject: gnu: python-verde: Add missing input.

* gnu/packages/geo.scm (python-verde)[native-inputs]: Add python-pytest.

Change-Id: I82b844627f27cfe60e42050bb37d092b3d9a43c1
---
 gnu/packages/geo.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'gnu/packages/geo.scm')

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
-- 
cgit v1.2.3