SHA256
1
0
forked from pool/python310

- 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/python310?expand=0&rev=7
This commit is contained in:
Matej Cepl 2021-08-02 12:41:33 +00:00 committed by Git OBS Bridge
parent 415aca7955
commit 95e0ab74a3
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Aug 2 12:40:16 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Use versioned python-Sphinx to avoid dependency on other
version of Python (bsc#1183858).
-------------------------------------------------------------------
Wed Jul 21 13:44:48 UTC 2021 - Matej Cepl <mcepl@suse.com>

View File

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