From 7701a3cf2342fe2522edd91e4b695d4093875211 Mon Sep 17 00:00:00 2001 From: Felix Gruber Date: Mon, 13 Sep 2021 19:12:11 +0000 Subject: gnu: python-pytest-mpl: Fix build. * gnu/packages/python-check.scm (python-pytest-mpl)[propagated-inputs]: Add python-nose. Signed-off-by: Guillaume Le Vaillant --- gnu/packages/python-check.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index ad41aae34e..b1af78d4f8 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -537,6 +537,7 @@ internet.") `(("python-pytest" ,python-pytest))) (propagated-inputs `(("python-matplotlib" ,python-matplotlib) + ("python-nose" ,python-nose) ("python-pillow" ,python-pillow))) (home-page "https://github.com/matplotlib/pytest-mpl") (synopsis "Pytest plugin to help with testing figures output from Matplotlib") -- cgit v1.2.3