diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-14 12:22:10 +0000 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:54 +0100 |
commit | d64d1fb42e0fcb94dcee7d5ff8d7645e6d14db76 (patch) | |
tree | 87bb536135ed091c0b2a510a74798a2c01df0a3b /gnu/packages/astronomy.scm | |
parent | 0e0448d1aa153eda9645521128504d8676a4e1cf (diff) |
gnu: python-astroscrappy: Add missing input.
* gnu/packages/astronomy.scm (python-astroscrappy): [native-inputs]: Add
python-wheel.
Change-Id: Ie0cc125dad856f0540eaa3657a6c30f67cc79c66
Diffstat (limited to 'gnu/packages/astronomy.scm')
-rw-r--r-- | gnu/packages/astronomy.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 2e3f872ba7..c28ba28e81 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3706,8 +3706,11 @@ to access online Astronomical data. Each web service has its own sub-package.") python-extension-helpers python-pytest-astropy python-scipy - python-setuptools-scm)) - (propagated-inputs (list python-astropy python-numpy)) + python-setuptools-scm + python-wheel)) + (propagated-inputs + (list python-astropy + python-numpy)) (home-page "https://github.com/astropy/astroscrappy") (synopsis "Speedy Cosmic Ray Annihilation Package in Python") (description |