guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

49/107: gnu: python-stsci-stimage: Fix build.


From: guix-commits
Subject: 49/107: gnu: python-stsci-stimage: Fix build.
Date: Wed, 1 Jan 2025 12:49:01 -0500 (EST)

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

commit 5aa4d0b727e0efd6e8c5f20f151320d19113c6c6
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 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

[Prev in Thread] Current Thread [Next in Thread]