mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
cf0e5934d2
commit
62f52b0e71
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue