gnu: python-geopack: Fix build.

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

Change-Id: I5edf98e5927073d42b9336af7bd3a9bb829ff9fd
This commit is contained in:
Danny Milosavljevic 2024-12-21 00:36:36 +01:00
parent f62c07f8f3
commit 5eac2391de
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -977,7 +977,7 @@ (define-public python-geopack
;; 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")