From 5289f83d61bc70f607e76ce52d143cce652f4b01bf0ecf77cbc999b26ec53ac3 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 5 May 2023 06:16:23 +0000 Subject: [PATCH] - Add missing BuildRequires on sphinxcontrib-jquery. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx_rtd_theme?expand=0&rev=35 --- python-sphinx_rtd_theme.changes | 5 +++++ python-sphinx_rtd_theme.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-sphinx_rtd_theme.changes b/python-sphinx_rtd_theme.changes index 46df682..f2aa78c 100644 --- a/python-sphinx_rtd_theme.changes +++ b/python-sphinx_rtd_theme.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 5 06:15:47 UTC 2023 - Steve Kowalik + +- Add missing BuildRequires on sphinxcontrib-jquery. + ------------------------------------------------------------------- Thu May 4 20:34:59 UTC 2023 - Dirk Müller diff --git a/python-sphinx_rtd_theme.spec b/python-sphinx_rtd_theme.spec index 4ffb084..d92d9ee 100644 --- a/python-sphinx_rtd_theme.spec +++ b/python-sphinx_rtd_theme.spec @@ -31,7 +31,6 @@ Version: 1.2.0 Release: 0 Summary: ReadTheDocs.org theme for Sphinx License: Apache-2.0 AND MIT AND OFL-1.1 -Group: Development/Languages/Python URL: https://github.com/snide/sphinx_rtd_theme/ Source: https://files.pythonhosted.org/packages/source/s/sphinx_rtd_theme/sphinx_rtd_theme-%{version}.tar.gz BuildRequires: %{python_module setuptools} @@ -42,6 +41,7 @@ Requires: python-Sphinx BuildArch: noarch %if %{with test} BuildRequires: %{python_module Sphinx} +BuildRequires: %{python_module sphinxcontrib-jquery} # as per https://github.com/readthedocs/sphinx_rtd_theme/pull/1336 no changes are needed for the new docutils to work BuildRequires: %{python_module docutils} BuildRequires: %{python_module pytest}