guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit 232d752a3d4871ae52d9b73563c76c05323ea1ac Author: Sharlatan Hellseher <[email protected]> AuthorDate: Fri Nov 14 21:42:05 2025 +0000 gnu: python-linetools: Reduce closure size. * gnu/packages/astronomy.scm (python-linetools)[native-inputs]: Remove python-pytest-cov and python-wheel. Change-Id: I4af7f1096d39fff4735e291ff87d7aff2805a796 --- gnu/packages/astronomy.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index bf044bea8e..f5e3b11ebd 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -5944,10 +5944,8 @@ pulsar timing tool.") (native-inputs (list python-pytest python-pytest-astropy - python-pytest-cov python-setuptools - python-setuptools-scm - python-wheel)) + python-setuptools-scm)) (propagated-inputs (list python-astropy python-h5py
