diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-10 14:38:08 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:19:09 +0000 |
| commit | 62f52b0e7138099c35b5f97e3ed548b9d237efc2 (patch) | |
| tree | 306f1aa9e16e1bad082e1a4597012c8d7aab74c1 /gnu/packages/python-science.scm | |
| parent | cf0e5934d2209490b97500dcdbf2ba2196d50462 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 8fec109a71c..495836c4a82 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm | |||
| @@ -1748,11 +1748,14 @@ higher scores.") | |||
| 1748 | (add-before 'check 'build-extensions | 1748 | (add-before 'check 'build-extensions |
| 1749 | (lambda _ | 1749 | (lambda _ |
| 1750 | (invoke "python" "setup.py" "build_ext" "--inplace")))))) | 1750 | (invoke "python" "setup.py" "build_ext" "--inplace")))))) |
| 1751 | (propagated-inputs (list python-numpy)) | ||
| 1752 | (native-inputs | 1751 | (native-inputs |
| 1753 | (list python-hypothesis | 1752 | (list python-hypothesis |
| 1754 | python-pytest | 1753 | python-pytest |
| 1755 | python-setuptools-scm)) | 1754 | python-setuptools |
| 1755 | python-setuptools-scm | ||
| 1756 | python-wheel)) | ||
| 1757 | (propagated-inputs | ||
| 1758 | (list python-numpy)) | ||
| 1756 | (home-page "https://github.com/astrofrog/fast-histogram") | 1759 | (home-page "https://github.com/astrofrog/fast-histogram") |
| 1757 | (synopsis "Fast simple 1D and 2D histograms") | 1760 | (synopsis "Fast simple 1D and 2D histograms") |
| 1758 | (description | 1761 | (description |
