Dirk Mueller 2023-05-05 14:20:12 +00:00 committed by Git OBS Bridge
parent 5289f83d61
commit 13fa1c2c42
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 5 14:19:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
- move jquery to runtime requires
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 5 06:15:47 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com> Fri May 5 06:15:47 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>

View File

@ -37,13 +37,14 @@ BuildRequires: %{python_module setuptools}
BuildRequires: dos2unix BuildRequires: dos2unix
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-Sphinx Requires: python-Sphinx >= 1.6
Requires: python-docutils < 0.19
Requires: python-sphinxcontrib-jquery >= 2.0.0
BuildArch: noarch BuildArch: noarch
%if %{with test} %if %{with test}
BuildRequires: %{python_module Sphinx} 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 # 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 docutils < 0.19}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module readthedocs-sphinx-ext} BuildRequires: %{python_module readthedocs-sphinx-ext}
%endif %endif