From 560b03d8de53f23a55929895eccb7c1cfe57e1bc Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 14 Jan 2025 12:00:12 +0000 Subject: [PATCH] gnu: python-specutils: Add missing input. * gnu/packages/astronomy.scm (python-specutils): [native-inputs]: Add python-wheel. Change-Id: I880aca87b0d45423e928259b4936342b6cbfc3d3 --- gnu/packages/astronomy.scm | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 3b7bfc699fdc5df92f39d1286e4a8fbb4c9fed41..0dc16ba2cb71e57c2f8e85b3ec30d7fbea2570e4 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -4888,6 +4888,13 @@ of axis order, spatial projections, and spectral units that exist in the wild. ;; Tests require HOME to be set. ;; Permission denied: '/homeless-shelter' (setenv "HOME" "/tmp")))))) + (native-inputs + (list python-matplotlib + python-pytest-astropy + python-setuptools + python-setuptools-scm + python-spectral-cube + python-wheel)) (propagated-inputs (list python-asdf python-asdf-astropy @@ -4896,12 +4903,6 @@ of axis order, spatial projections, and spectral units that exist in the wild. python-ndcube python-numpy python-scipy)) - (native-inputs - (list python-matplotlib - python-pytest-astropy - python-setuptools - python-setuptools-scm - python-spectral-cube)) (home-page "https://specutils.readthedocs.io/") (synopsis "Package for spectroscopic astronomical data") (description