guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/17: gnu: python-metpy: Add missing inputs.


From: guix-commits
Subject: 04/17: gnu: python-metpy: Add missing inputs.
Date: Fri, 10 Jan 2025 15:45:58 -0500 (EST)

rekado pushed a commit to branch python-team
in repository guix.

commit 4be10b4aef678f12662dda2b6738aee41d41a20a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jan 10 21:04:07 2025 +0100

    gnu: python-metpy: Add missing inputs.
    
    * gnu/packages/geo.scm (python-metpy)[native-inputs]: Add python-setuptools
    and python-wheel.
    
    Change-Id: Iea093561b5ff4b9f7206de0ee82de36088c6d695
---
 gnu/packages/geo.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 4363d51dd6..f7c672d79a 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1821,8 +1821,13 @@ version_spec = re.sub('[()]', '', version_spec)\n" m)))))
                              python-scipy
                              python-traitlets
                              python-xarray))
-    (native-inputs (list python-netcdf4 python-packaging python-pytest
-                         python-pytest-mpl))
+    (native-inputs
+     (list python-netcdf4
+           python-packaging
+           python-pytest
+           python-pytest-mpl
+           python-setuptools
+           python-wheel))
     (home-page "https://github.com/Unidata/MetPy";)
     (synopsis "Collection of tools to deal with weather data")
     (description "MetPy is a collection of tools in Python for reading,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]