From 4ba653e637940b147ea5cdcf45397b8ac7f3d014 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 16 Mar 2026 11:45:44 +0100 Subject: [PATCH] =?UTF-8?q?gnu:=20python-astropy-minimal:=20Explicitly=20d?= =?UTF-8?q?epend=20on=20=E2=80=98specification-astropy-data=E2=80=99.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/astronomy.scm (python-astropy-minimal)[native-inputs]: Add ‘specification-astropy-data’, referred to via ‘this-package-input’ in the inherited phases. Change-Id: I8d287176f9807061dc6dde453dacc9a15f209746 --- gnu/packages/astronomy.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index cb7dea8711..0747ecbf20 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3235,7 +3235,8 @@ celestial-to-terrestrial coordinate transformations.") pkg-config python-cython python-extension-helpers - python-setuptools-scm)) + python-setuptools-scm + specification-astropy-data)) (propagated-inputs (list python-astropy-iers-data python-configobj ;to replace custom module