mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: python-suntime: Fix build.
* gnu/packages/astronomy.scm (python-suntime): Fix build. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I640831e215e205412396f2d3a1a49b69b8b4b42c
This commit is contained in:
parent
25b5c8a142
commit
dcc63db15c
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
;;; Copyright © 2023 Simon Tournier <zimon.toutoune@gmail.com>
|
||||
;;; Copyright © 2024 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2024 Andy Tai <lichengtai@gmail.com>
|
||||
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -5912,6 +5913,9 @@ (define-public python-suntime
|
|||
(sha256
|
||||
(base32 "1kyd1r6zcs0jmh5gq74adrnb1h7dfr1mzjq4k4vbngfiga8gfd28"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-setuptools
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-dateutil))
|
||||
(home-page "https://github.com/SatAgro/suntime")
|
||||
|
|
Loading…
Reference in a new issue