- move jquery to runtime requires
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx_rtd_theme?expand=0&rev=36
This commit is contained in:
parent
5289f83d61
commit
13fa1c2c42
@ -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>
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user