[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/30: gnu: python-astropy-iers-data: Add missing inputs.
From: |
guix-commits |
Subject: |
21/30: gnu: python-astropy-iers-data: Add missing inputs. |
Date: |
Sun, 30 Jun 2024 03:40:33 -0400 (EDT) |
lbraun pushed a commit to branch pyproject-build-system
in repository guix.
commit df2263f8e4f4f9acda937cdbfabde30e56997d94
Author: Ricardo Wurmus <rekado@elephly.net>
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 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
- 26/30: gnu: snakemake-6: Add Setuptools and Wheel., (continued)
- 26/30: gnu: snakemake-6: Add Setuptools and Wheel., guix-commits, 2024/06/30
- 29/30: gnu: python-openpyxl: Add Setuptools and Wheel., guix-commits, 2024/06/30
- 09/30: gnu: Add python-setuptools/python-wheel where necessary., guix-commits, 2024/06/30
- 11/30: gnu: Add missing import (again)., guix-commits, 2024/06/30
- 12/30: gnu: python-pycurl: Add missing inputs., guix-commits, 2024/06/30
- 14/30: gnu: python-pytest-arraydiff: Add missing inputs., guix-commits, 2024/06/30
- 19/30: gnu: python-box: Add missing input., guix-commits, 2024/06/30
- 20/30: gnu: python-billiard: Add missing inputs., guix-commits, 2024/06/30
- 10/30: gnu: Add missing import., guix-commits, 2024/06/30
- 18/30: gnu: python-joblib: Add missing inputs., guix-commits, 2024/06/30
- 21/30: gnu: python-astropy-iers-data: Add missing inputs.,
guix-commits <=
- 24/30: gnu: python-pyls-black: Add missing inputs., guix-commits, 2024/06/30
- 27/30: gnu: python-pytest-xdist: Add setuptools and wheel., guix-commits, 2024/06/30
- 28/30: gnu: python-jinja2: Add setuptools and wheel., guix-commits, 2024/06/30
- 30/30: gnu: python-nbclient: Add Setuptools and Wheel., guix-commits, 2024/06/30