Fix version of python-docs-theme module

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python39?expand=0&rev=94
This commit is contained in:
Matej Cepl 2022-01-20 00:18:47 +00:00 committed by Git OBS Bridge
parent 1cea88a1fa
commit 77fd8b492b

View File

@ -180,10 +180,10 @@ BuildRequires: mpdecimal-devel
%if %{with doc}
%if 0%{?suse_version} >= 1550
BuildRequires: %{python_pkg_name}-Sphinx
BuildRequires: %{python_pkg_name}-python-docs-theme
BuildRequires: %{python_pkg_name}-python-docs-theme >= 2022.1
%else
BuildRequires: python3-Sphinx
BuildRequires: python3-python-docs-theme
BuildRequires: python3-python-docs-theme >= 2022.1
%endif
%endif
%if %{with general}