guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#50573] [PATCH core-updates-frozen] gnu: python-pytest-mpl: Fix buil


From: Felix Gruber
Subject: [bug#50573] [PATCH core-updates-frozen] gnu: python-pytest-mpl: Fix build.
Date: Mon, 13 Sep 2021 19:12:11 +0000

* gnu/packages/python-check.scm (python-pytest-mpl)[propagated-inputs]:
  Add python-nose.
---
 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")
-- 
2.30.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]