~ruther/guix-local

a78798b7368f56a3002e51876b475929bb3b00bd — 宋文武 1 year, 3 months ago a43e83f
gnu: python-sep: Fix build.

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

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

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +1 -1
@@ 5768,7 5768,7 @@ well as ephemerides services
    (arguments
     (list #:test-flags #~(list "test.py")))
    (native-inputs
     (list python-cython python-pytest))
     (list python-cython python-pytest python-setuptools python-wheel))
    (propagated-inputs
     (list  python-numpy))
    (synopsis "Python library for Source Extraction and Photometry")))