[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/05: gnu: python-sncosmo: Fix build.
From: |
guix-commits |
Subject: |
03/05: gnu: python-sncosmo: Fix build. |
Date: |
Tue, 14 Jan 2025 01:11:35 -0500 (EST) |
iyzsong pushed a commit to branch python-team
in repository guix.
commit fe25c46b484448faa5552a5a2370b6f92219e091
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Tue Jan 14 13:53:08 2025 +0800
gnu: python-sncosmo: Fix build.
* gnu/packages/astronomy.scm (python-sncosmo)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I4778f854b21bdaf7b68bafbcbd80372813dd97ea
---
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 d52fabeb91..d95355b807 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3165,7 +3165,9 @@ and the options
python-cython
python-pytest
python-pytest-astropy
- python-pytest-cov))
+ python-pytest-cov
+ python-setuptools
+ python-wheel))
(home-page "https://sncosmo.readthedocs.org")
(synopsis "Package for supernova cosmology based on astropy")
(description