rekado pushed a commit to branch python-team
in repository guix.
commit f54c79b903ca9176e22cee12929b3f16cd052eb8
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Fri Apr 5 08:15:30 2024 +0200
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
---
gnu/packages/astronomy.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 1f88800a5b..44a953379b 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1783,7 +1783,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