guix-patches
[Top][All Lists]
Advanced

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

[bug#49207] [PATCH v2 4/5] gnu: python-cartopy: Add dependencies.


From: Vinicius Monego
Subject: [bug#49207] [PATCH v2 4/5] gnu: python-cartopy: Add dependencies.
Date: Fri, 9 Jun 2023 14:58:53 +0000

* gnu/packages/geo.scm (python-cartopy)[native-inputs]: Add
python-setuptools-scm, python-wheel.
---
 gnu/packages/geo.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 2c15df18cc..c1b028104c 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1303,7 +1303,9 @@ (define-public python-cartopy
      (list python-cython
            python-flufl-lock
            python-pytest
-           python-pytest-mpl))
+           python-pytest-mpl
+           python-setuptools-scm
+           python-wheel))
     (home-page "https://scitools.org.uk/cartopy/docs/latest/";)
     (synopsis "Cartographic library for visualisation")
     (description
-- 
2.34.1






reply via email to

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