[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: python-verde: Add missing input.
From: |
guix-commits |
Subject: |
01/03: gnu: python-verde: Add missing input. |
Date: |
Fri, 3 May 2024 05:50:00 -0400 (EDT) |
rekado pushed a commit to branch wip-python-team
in repository guix.
commit 2889973b4d727ab54c36eefb8ba70f0964abfeb5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri May 3 11:38:24 2024 +0200
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(-)
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