guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 49/57: gnu: python-stsci-stimage: Fix build.
Date: Thu, 19 Dec 2024 06:31:44 -0500 (EST)

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

commit 99154b75253a8e96b3ad46881a1cec557897d3a3
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 e31ac574d8..0444e4a47a 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5200,13 +5200,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]