From 5eac2391de89563b62fa8dfdc8858f51a29d887d Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Sat, 21 Dec 2024 00:36:36 +0100 Subject: gnu: python-geopack: Fix build. * gnu/packages/geo.scm (python-geopack)[native-inputs]: Add python-setuptools, python-wheel. Change-Id: I5edf98e5927073d42b9336af7bd3a9bb829ff9fd --- gnu/packages/geo.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index c525a79081..8b9b9a4cf7 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -977,7 +977,7 @@ pyproj, Rtree, and Shapely.") ;; XXX Reported upstream . #:tests? #f)) (native-inputs - (list python-pytest)) + (list python-pytest python-setuptools python-wheel)) (propagated-inputs (list python-numpy python-scipy)) (home-page "https://github.com/tsssss/geopack") -- cgit v1.2.3