[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/04: gnu: python-stsci-stimage: Fix build.
From: |
guix-commits |
Subject: |
01/04: gnu: python-stsci-stimage: Fix build. |
Date: |
Tue, 17 Dec 2024 15:46:35 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit b18534249cb916cd0c05c7ec29dbcc87e69a7743
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Dec 17 18:40:31 2024 +0000
gnu: python-stsci-stimage: Fix build.
* gnu/packages/astronomy.scm (python-stsci-stimage) [native-inputs]: Add
python-setuptools.
Change-Id: I1cb4555b3cab3e0ac2e48412cd9b9cdb2ecedb40
---
gnu/packages/astronomy.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 0a9eaa4fed..746e881f3f 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5198,13 +5198,15 @@ task}.")
#$(this-package-native-input "python-waf")
"/bin/waf")
"waf")
(invoke "python" "waf" "configure" "build"))))))
- (propagated-inputs
- (list python-numpy))
(native-inputs
(list python-pytest
python-wheel
+ python-setuptools
python-setuptools-scm
- python-waf))
+ python-waf
+ python-wheel))
+ (propagated-inputs
+ (list python-numpy))
(home-page "https://stscistimage.readthedocs.io/en/latest/")
(synopsis "STScI image processing")
(description