diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/geo.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 <https://github.com/tsssss/geopack/issues/21>. #: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") |