Make documentation build on SLE-15 as well

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python39?expand=0&rev=80
This commit is contained in:
2021-08-12 12:13:59 +00:00
committed by Git OBS Bridge
parent f0f3bcc72a
commit 861dbc7cda

View File

@@ -165,9 +165,12 @@ BuildRequires: pkgconfig(libnsl)
BuildRequires: pkgconfig(libtirpc)
%endif
%if %{with doc}
%if 0%{?suse_version} >= 1550
BuildRequires: %{python_pkg_name}-Sphinx
%if 0%{?suse_version} >= 1500
BuildRequires: %{python_pkg_name}-python-docs-theme
%else
BuildRequires: python3-Sphinx
BuildRequires: python3-python-docs-theme
%endif
%endif
%if %{with general}