From 4f837f30454e4b4f81d567054f077461155c92dd Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Fri, 20 Dec 2024 21:53:07 +0100 Subject: gnu: python-colorcet: Fix build. * gnu/packages/python-xyz.scm (python-colorcet)[native-inputs]: Add python-setuptools, python-wheel. Change-Id: I4a2c721bd5fffd3475bb97273a284eef1433aaa9 --- gnu/packages/python-xyz.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 29aa1d5682..74976f71c5 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -1295,7 +1295,9 @@ git integration, command-line support, and a curses-based TUI.") python-packaging python-pytest python-pytest-cov - python-pytest-mpl)) + python-pytest-mpl + python-setuptools + python-wheel)) (home-page "https://colorcet.holoviz.org/") (synopsis "Collection of perceptually uniform colormaps") (description "Colorcet is a collection of perceptually accurate 256-color -- cgit v1.2.3