From 8e1191472c0d862632d0067b7938feb43dddf64d Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Tue, 17 Dec 2024 16:49:41 +0100 Subject: gnu: python-stsci-imagestats: Fix build. * gnu/packages/astronomy.scm (python-stsci-imagestats)[native-inputs]: Add python-setuptools, python-wheel. Change-Id: I3a788e066cdbba59983b1cdb0e81c7dc5733d7a5 --- gnu/packages/astronomy.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index df2a824beb..0a9eaa4fed 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -5159,7 +5159,8 @@ Telescope Science Institute} image array manipulation functions.") ;; Cython extensions have to be built before running the tests. (invoke "python" "setup.py" "build_ext" "--inplace")))))) (propagated-inputs (list python-numpy)) - (native-inputs (list python-pytest python-setuptools-scm)) + (native-inputs (list python-pytest python-setuptools python-wheel + python-setuptools-scm)) (home-page "https://stsciimagestats.readthedocs.io/en/latest/") (synopsis "Compute sigma-clipped statistics on data arrays") (description -- cgit v1.2.3