Accepting request 1080040 from devel:languages:python:Factory

- Use python3 modules to build the documentation.

OBS-URL: https://build.opensuse.org/request/show/1080040
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python38?expand=0&rev=36
This commit is contained in:
Dominique Leuenberger 2023-04-18 13:53:05 +00:00 committed by Git OBS Bridge
commit 477aeca3cf
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 18 05:00:11 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Use python3 modules to build the documentation.
-------------------------------------------------------------------
Wed Mar 1 14:43:31 UTC 2023 - Matej Cepl <mcepl@suse.com>

View File

@ -208,9 +208,9 @@ BuildRequires: mpdecimal-devel
%endif
%if %{with doc}
%if 0%{?suse_version} > 1500
BuildRequires: %{python_pkg_name}-Sphinx
BuildRequires: %{python_pkg_name}-python-docs-theme
BuildRequires: %{python_pkg_name}-sphinxcontrib-qthelp >= 1.0.2
BuildRequires: python3-Sphinx
BuildRequires: python3-python-docs-theme
BuildRequires: python3-sphinxcontrib-qthelp >= 1.0.2
%endif
%endif
%if %{with general}