aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@friendly-machines.com>2024-12-21 00:36:36 +0100
committerDanny Milosavljevic <dannym@friendly-machines.com>2024-12-21 02:26:49 +0100
commit5eac2391de89563b62fa8dfdc8858f51a29d887d (patch)
tree3f0f5a2512fd623ea78314daf36242d431d7399b /gnu/packages
parentf62c07f8f380128e77d6a611f1742c238b9410a3 (diff)
downloadguix-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.scm2
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")