From dcc63db15c8b58d44aed540c3d1eb508867592bc Mon Sep 17 00:00:00 2001 From: "Artyom V. Poptsov" Date: Tue, 31 Dec 2024 22:06:42 +0300 Subject: [PATCH] gnu: python-suntime: Fix build. * gnu/packages/astronomy.scm (python-suntime): Fix build. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: I640831e215e205412396f2d3a1a49b69b8b4b42c --- gnu/packages/astronomy.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 21f697a946a156cc77685585c487fc0122f9c60b..55bbe6b00a527b9b69085abb83e669e3c6bc90f1 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -14,6 +14,7 @@ ;;; Copyright © 2023 Simon Tournier ;;; Copyright © 2024 Ricardo Wurmus ;;; Copyright © 2024 Andy Tai +;;; Copyright © 2024 Artyom V. Poptsov ;;; ;;; This file is part of GNU Guix. ;;; @@ -5912,6 +5913,9 @@ libary with bug fixtures.") (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")