From 76883b8317c758b716f69e3e32fd1a8928aeaaa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 24 Feb 2015 23:07:34 -0500 Subject: [PATCH] Add dependency on python-scikit-image, dot, tex-preview It seems to be used in documentation generation. --- python-matplotlib.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-matplotlib.spec b/python-matplotlib.spec index c2902ca..8da96c8 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -63,6 +63,7 @@ BuildRequires: python-dateutil BuildRequires: python-setuptools %if %{with_html} BuildRequires: python-numpydoc +BuildRequires: python-scikit-image %endif %if %{run_tests} BuildRequires: python-nose @@ -169,7 +170,9 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %if %{with_html} BuildRequires: python-sphinx BuildRequires: tex(latex) +BuildRequires: tex-preview BuildRequires: dvipng +BuildRequires: graphviz %endif %description doc