From 93a4ba510a86e5cf34b00319edfba2e93952d3b2 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Fri, 30 Dec 2016 22:22:40 -0800 Subject: [PATCH] Fix test_build_latex tests by adding more texlive packages as Requires/BuildRequires --- python-sphinx.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/python-sphinx.spec b/python-sphinx.spec index 444cf45..7f5719d 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -96,6 +96,9 @@ BuildRequires: tex(eqparbox.sty) BuildRequires: tex(atbegshi.sty) BuildRequires: tex(anyfontsize.sty) BuildRequires: tex(luatex85.sty) +BuildRequires: tex(fncychp.sty) +BuildRequires: tex(tabulary.sty) +BuildRequires: tex(polyglossia.sty) %if 0%{?with_python3} BuildRequires: python3-devel @@ -238,6 +241,9 @@ Requires: tex(eqparbox.sty) Requires: tex(atbegshi.sty) Requires: tex(anyfontsize.sty) Requires: tex(luatex85.sty) +Requires: tex(fncychp.sty) +Requires: tex(tabulary.sty) +Requires: tex(polyglossia.sty) Obsoletes: python3-sphinx-latex < 1.4.4-2 %description latex