diff mbox series

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

Message ID 20230609145854.2581045-4-monego@posteo.net
State New
Headers show
Series [bug#49207,v2,1/5] gnu: Add python-imagehash. | expand

Commit Message

Vinicius Monego June 9, 2023, 2:58 p.m. UTC
* 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 mbox series

Patch

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