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:
Sharlatan Hellseher 2024-12-21 21:49:34 +00:00
parent 0c0c2d8815
commit a835ef1cbe
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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