mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-mpl-scatter-density: Fix buld.
* gnu/packages/python-science.scm (python-mpl-scatter-density): [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ica320293019ae3e88e2b0654e356bc4d1be50626
This commit is contained in:
parent
0c0c2d8815
commit
a835ef1cbe
1 changed files with 7 additions and 5 deletions
|
@ -957,15 +957,17 @@ spheres, cubes, etc.")
|
|||
(list
|
||||
;; See <https://github.com/astrofrog/mpl-scatter-density/issues/42>.
|
||||
#:test-flags #~(list "-k" "not test_default_dpi")))
|
||||
(propagated-inputs
|
||||
(list python-fast-histogram
|
||||
python-matplotlib
|
||||
python-numpy))
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
python-pytest-cov
|
||||
python-pytest-mpl
|
||||
python-setuptools-scm))
|
||||
python-setuptools
|
||||
python-setuptools-scm
|
||||
python-wheel))
|
||||
(propagated-inputs
|
||||
(list python-fast-histogram
|
||||
python-matplotlib
|
||||
python-numpy))
|
||||
(home-page "https://github.com/astrofrog/mpl-scatter-density")
|
||||
(synopsis "Matplotlib helpers to make density scatter plots")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue