- 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
This commit is contained in:
Steve Kowalik 2023-05-05 06:16:23 +00:00 committed by Git OBS Bridge
parent 60f0f73258
commit 5289f83d61
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 5 06:15:47 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Add missing BuildRequires on sphinxcontrib-jquery.
-------------------------------------------------------------------
Thu May 4 20:34:59 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -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}