diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-04-05 08:15:30 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-11 21:18:08 +0100 |
commit | 49012cbaa848bec800f348f3e9e608d6c8436962 (patch) | |
tree | 27abd6fa4d5854eab91e25a4c95dfbed1c7eb378 | |
parent | 5480f8f81be42c10931fabff0a92ccd53ead9db5 (diff) |
gnu: python-astropy-iers-data: Add missing inputs.
* gnu/packages/python-xyz.scm (python-astropy-iers-data)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: Ie27e057a2d37940a5805706a5afbd01b81c91c1f
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index d0271cc77f..71df2559ae 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2879,7 +2879,9 @@ astronomy and astrophysics.") (list python-hypothesis python-pytest python-pytest-remotedata - python-setuptools-scm)) + python-setuptools + python-setuptools-scm + python-wheel)) (home-page "https://docs.astropy.org/en/latest/utils/iers.html") (synopsis "IERS Earth Rotation and Leap Second tables for the astropy core package") (description |