- Use versioned python-Sphinx to avoid dependency on other

version of Python (bsc#1183858).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python38?expand=0&rev=76
This commit is contained in:
Matej Cepl 2021-08-02 12:35:59 +00:00 committed by Git OBS Bridge
parent e5fcdbe941
commit 65288618bd
2 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Aug 2 12:35:43 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Use versioned python-Sphinx to avoid dependency on other
version of Python (bsc#1183858).
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 18 22:45:17 UTC 2021 - Matej Cepl <mcepl@suse.com> Fri Jun 18 22:45:17 UTC 2021 - Matej Cepl <mcepl@suse.com>

View File

@ -175,12 +175,10 @@ BuildRequires: pkgconfig(libnsl)
BuildRequires: pkgconfig(libtirpc) BuildRequires: pkgconfig(libtirpc)
%endif %endif
%if %{with doc} %if %{with doc}
# Here we just run sphinx and we can use generic one, we don't need
# the flavor variant
BuildRequires: python3-Sphinx
%if 0%{?suse_version} > 1500 %if 0%{?suse_version} > 1500
BuildRequires: python3-python-docs-theme BuildRequires: %{python_pkg_name}-Sphinx
BuildRequires: python3-sphinxcontrib-qthelp >= 1.0.2 BuildRequires: %{python_pkg_name}-python-docs-theme
BuildRequires: %{python_pkg_name}-sphinxcontrib-qthelp >= 1.0.2
%endif %endif
%endif %endif
%if %{with general} %if %{with general}