diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-04-05 08:15:30 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2024-06-30 09:20:56 +0200 |
commit | df2263f8e4f4f9acda937cdbfabde30e56997d94 (patch) | |
tree | e5ed8135aa78b47e9e59508d542bc01adacb6087 | |
parent | 65eff9e53377b40596a691b5d72943076c14287d (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 5f2378efcf..47c0c7bed4 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1808,7 +1808,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 |