diff options
author | Danny Milosavljevic <dannym@friendly-machines.com> | 2024-12-21 00:36:36 +0100 |
---|---|---|
committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2024-12-21 02:26:49 +0100 |
commit | 5eac2391de89563b62fa8dfdc8858f51a29d887d (patch) | |
tree | 3f0f5a2512fd623ea78314daf36242d431d7399b /gnu/packages | |
parent | f62c07f8f380128e77d6a611f1742c238b9410a3 (diff) | |
download | guix-5eac2391de89563b62fa8dfdc8858f51a29d887d.tar.gz guix-5eac2391de89563b62fa8dfdc8858f51a29d887d.zip |
gnu: python-geopack: Fix build.
* gnu/packages/geo.scm (python-geopack)[native-inputs]: Add python-setuptools,
python-wheel.
Change-Id: I5edf98e5927073d42b9336af7bd3a9bb829ff9fd
Diffstat (limited to 'gnu/packages')
-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") |