[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
- 19/107: gnu: Add python-legacy-cgi., (continued)
- 19/107: gnu: Add python-legacy-cgi., guix-commits, 2025/01/01
- 24/107: gnu: Add python-devpi-server., guix-commits, 2025/01/01
- 28/107: gnu: python-webcolors: Update to 24.11.1., guix-commits, 2025/01/01
- 34/107: gnu: python-chardet: Update to 5.2.0., guix-commits, 2025/01/01
- 40/107: gnu: python-uvicorn: Update to 0.34.0., guix-commits, 2025/01/01
- 42/107: gnu: python-devpi-process: Add missing input., guix-commits, 2025/01/01
- 54/107: gnu: python-beniget: Update to 0.4.2.post1., guix-commits, 2025/01/01
- 17/107: gnu: python-numcodecs: Update to 0.13.1., guix-commits, 2025/01/01
- 33/107: gnu: python-colorama: Update to 0.4.6., guix-commits, 2025/01/01
- 37/107: gnu: python-typing-extensions: Update to 4.12.2., guix-commits, 2025/01/01
- 49/107: gnu: python-stsci-stimage: Fix build.,
guix-commits <=
- 50/107: gnu: python-dnspython: Update to 2.7.0., guix-commits, 2025/01/01
- 45/107: gnu: python-pydantic: Fix build., guix-commits, 2025/01/01
- 68/107: gnu: python-annotated-types: Update to 0.7.0., guix-commits, 2025/01/01
- 71/107: gnu: python-pydantic-2: Update to 2.7.0., guix-commits, 2025/01/01
- 81/107: gnu: python-cachecontrol: Update to 0.14.1., guix-commits, 2025/01/01
- 82/107: gnu: python-isodate: Update to 0.7.2., guix-commits, 2025/01/01
- 93/107: gnu: python-cryptography-vectors: Update to 44.0.0., guix-commits, 2025/01/01
- 99/107: gnu: python-ipydatawidgets: Disable more tests and add inputs., guix-commits, 2025/01/01
- 103/107: gnu: python-openapi-core: Update to 0.19.4., guix-commits, 2025/01/01
- 21/107: gnu: Add python-lazy., guix-commits, 2025/01/01