From c73c65fa07e5532546b2411ae3210e7c162601a0 Mon Sep 17 00:00:00 2001 From: Andy Li Date: Wed, 13 Mar 2019 03:44:03 +0800 Subject: [PATCH] Add missing dependency on sphinx_rtd_theme. --- ocaml-dune.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ocaml-dune.spec b/ocaml-dune.spec index 8709a07..afb6b9a 100644 --- a/ocaml-dune.spec +++ b/ocaml-dune.spec @@ -17,6 +17,7 @@ BuildRequires: ocaml-findlib-devel # Depend on /usr/bin/sphinx-build for python version invariance. BuildRequires: /usr/bin/sphinx-build +BuildRequires: python3-sphinx_rtd_theme # Required by tests. BuildRequires: git @@ -107,6 +108,7 @@ cp -ar README.md CHANGES.md doc/_build/* %{buildroot}%{_pkgdocdir}/ %changelog * Wed Mar 13 2019 Andy Li - 1.8.2-1 - Updated to latest upstream release (#1686836). +- Add missing dependency on sphinx_rtd_theme. * Fri Mar 08 2019 Andy Li - 1.8.0-1 - Updated to latest upstream release (#1686466).