~ruther/guix-local

a43e83fb29e15e73f279af5ae6a138ae0526b264 — 宋文武 1 year, 3 months ago c24968b
gnu: python-sncosmo: Fix build.

* gnu/packages/astronomy.scm (python-sncosmo)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: I4778f854b21bdaf7b68bafbcbd80372813dd97ea
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +3 -1
@@ 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