~ruther/guix-local

8e1191472c0d862632d0067b7938feb43dddf64d — Danny Milosavljevic 1 year, 5 months ago 907590b
gnu: python-stsci-imagestats: Fix build.

* gnu/packages/astronomy.scm (python-stsci-imagestats)[native-inputs]: Add
python-setuptools, python-wheel.

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

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +2 -1
@@ 5159,7 5159,8 @@ Telescope Science Institute} image array manipulation functions.")
              ;; Cython extensions have to be built before running the tests.
              (invoke "python" "setup.py" "build_ext" "--inplace"))))))
    (propagated-inputs (list python-numpy))
    (native-inputs (list python-pytest python-setuptools-scm))
    (native-inputs (list python-pytest python-setuptools python-wheel
                         python-setuptools-scm))
    (home-page "https://stsciimagestats.readthedocs.io/en/latest/")
    (synopsis "Compute sigma-clipped statistics on data arrays")
    (description