rekado pushed a commit to branch python-team
in repository guix.

commit 33c19d8c395697069fdc25b00ce543e690eb7c40
Author: Sharlatan Hellseher <[email protected]>
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 55b76340fb..b2a8774c0d 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5202,13 +5202,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

Reply via email to