~ruther/guix-local

5eac2391de89563b62fa8dfdc8858f51a29d887d — Danny Milosavljevic 1 year, 4 months ago f62c07f
gnu: python-geopack: Fix build.

* gnu/packages/geo.scm (python-geopack)[native-inputs]: Add python-setuptools,
python-wheel.

Change-Id: I5edf98e5927073d42b9336af7bd3a9bb829ff9fd
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/geo.scm
M gnu/packages/geo.scm => gnu/packages/geo.scm +1 -1
@@ 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")