mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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:
parent
f62c07f8f3
commit
5eac2391de
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue