From cba091fd054fba975ccd0c5c0390d323e3645aa0 Mon Sep 17 00:00:00 2001 From: Tomas Hrnciar Date: Wed, 24 Feb 2021 15:52:04 +0100 Subject: [PATCH] Move dependency on python-readthedocs-sphinx-ext out of bootstrapped sequence --- python-sphinx_rtd_theme.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-sphinx_rtd_theme.spec b/python-sphinx_rtd_theme.spec index 6636443..1119ee2 100644 --- a/python-sphinx_rtd_theme.spec +++ b/python-sphinx_rtd_theme.spec @@ -28,9 +28,9 @@ BuildRequires: font(robotoslab) BuildRequires: make BuildRequires: python%{python3_pkgversion}-devel BuildRequires: %{py3_dist docutils} -BuildRequires: %{py3_dist readthedocs-sphinx-ext} BuildRequires: %{py3_dist setuptools} %if %{without bootstrap} +BuildRequires: %{py3_dist readthedocs-sphinx-ext} BuildRequires: %{py3_dist pytest} BuildRequires: %{py3_dist sphinx} BuildRequires: %{py3_dist sphinxcontrib-httpdomain}