From a835ef1cbe547a66a7bced2f6d33d159b48cb893 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sat, 21 Dec 2024 21:49:34 +0000 Subject: 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 --- gnu/packages/python-science.scm | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'gnu/packages/python-science.scm') diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index d6d5b21609..8b461c5e4c 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -957,15 +957,17 @@ spheres, cubes, etc.") (list ;; See . #: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 -- cgit v1.2.3