[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
- 17/57: gnu: python-numcodecs: Update to 0.13.1., (continued)
- 17/57: gnu: python-numcodecs: Update to 0.13.1., guix-commits, 2024/12/19
- 23/57: gnu: Add python-devpi-common., guix-commits, 2024/12/19
- 27/57: gnu: python-tox: Update to 4.23.2., guix-commits, 2024/12/19
- 21/57: gnu: Add python-lazy., guix-commits, 2024/12/19
- 24/57: gnu: Add python-devpi-server., guix-commits, 2024/12/19
- 26/57: gnu: Add python-devpi-process., guix-commits, 2024/12/19
- 29/57: gnu: python-zarr: Update to 2.18.4., guix-commits, 2024/12/19
- 32/57: gnu: python-extension-helpers: Update to 1.2.0., guix-commits, 2024/12/19
- 34/57: gnu: python-chardet: Update to 5.2.0., guix-commits, 2024/12/19
- 44/57: gnu: python-tox: Simplify., guix-commits, 2024/12/19
- 49/57: gnu: python-stsci-stimage: Fix build.,
guix-commits <=
- 56/57: gnu: python-pandas-2: Remove X., guix-commits, 2024/12/19
- 35/57: gnu: python-platformdirs: Update to 4.3.6., guix-commits, 2024/12/19
- 30/57: gnu: python-biom-format: Use pyproject-build-system., guix-commits, 2024/12/19
- 38/57: gnu: python-devtools: Simplify., guix-commits, 2024/12/19
- 42/57: gnu: python-devpi-process: Add missing input., guix-commits, 2024/12/19
- 51/57: gnu: python-email-validator: Update to 2.2.0., guix-commits, 2024/12/19
- 37/57: gnu: python-typing-extensions: Update to 4.12.2., guix-commits, 2024/12/19
- 39/57: gnu: python-waitress: Update to 3.0.2., guix-commits, 2024/12/19
- 41/57: gnu: python-httpx: Update to 0.28.1., guix-commits, 2024/12/19
- 43/57: gnu: python-a2wsgi: Disable one test., guix-commits, 2024/12/19