GNU bug report logs - #49207
gnu: Add python-iris. (scitools)

Previous Next

Package: guix-patches;

Reported by: Vinicius Monego <monego <at> posteo.net>

Date: Thu, 24 Jun 2021 12:40:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #40 received at 49207 <at> debbugs.gnu.org (full text, mbox):

From: Vinicius Monego <monego <at> posteo.net>
To: 49207 <at> debbugs.gnu.org
Cc: Vinicius Monego <monego <at> posteo.net>
Subject: [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





This bug report was last modified 160 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.