From d664901d09dd064b154723cd41995ac3c10e879e Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 1 Oct 2024 19:11:11 +0100 Subject: gnu: python-pytest-mpl: Adjust inputs. * gnu/packages/python-check.scm (python-pytest-mpl) [native-inputs]: Add python-setuptools-scm and python-wheel. Change-Id: Ifbfdc080207832be6ad919aa1ee329bc0335694b --- gnu/packages/python-check.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gnu/packages/python-check.scm') diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index efd192ad2c..ba66b081a5 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -1040,7 +1040,9 @@ framework and makes it easy to undo any monkey patching. The fixtures are: (list #:test-flags #~(list "-m" "mpl_image_compare"))) (native-inputs - (list python-pytest)) + (list python-pytest + python-setuptools-scm + python-wheel)) (propagated-inputs (list python-jinja2 python-matplotlib -- cgit v1.2.3