~ruther/guix-local

62f52b0e7138099c35b5f97e3ed548b9d237efc2 — Sharlatan Hellseher 1 year, 8 months ago cf0e593
gnu: python-fast-histogram: Adjust inputs.

* gnu/packages/python-science.scm (python-fast-histogram)
[native-inputs]: Add python-setuptools and python-wheel.

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

M gnu/packages/python-science.scm
M gnu/packages/python-science.scm => gnu/packages/python-science.scm +5 -2
@@ 1748,11 1748,14 @@ higher scores.")
          (add-before 'check 'build-extensions
            (lambda _
              (invoke "python" "setup.py" "build_ext" "--inplace"))))))
    (propagated-inputs (list python-numpy))
    (native-inputs
     (list python-hypothesis
           python-pytest
           python-setuptools-scm))
           python-setuptools
           python-setuptools-scm
           python-wheel))
    (propagated-inputs
     (list python-numpy))
    (home-page "https://github.com/astrofrog/fast-histogram")
    (synopsis "Fast simple 1D and 2D histograms")
    (description