forked from pool/python38
- For the doc package we can build with generic flavor, we don't
need the our-interpreter based one OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python38?expand=0&rev=5
This commit is contained in:
parent
a39a1b0f2c
commit
cb7558d16f
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 10 07:56:11 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- For the doc package we can build with generic flavor, we don't
|
||||
need the our-interpreter based one
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 10 07:18:53 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -176,9 +176,11 @@ BuildRequires: libnsl-devel
|
||||
BuildRequires: libtirpc-devel
|
||||
%endif
|
||||
%if %{with doc}
|
||||
BuildRequires: %{python_pkg_name}-Sphinx < 3.0
|
||||
BuildRequires: %{python_pkg_name}-python-docs-theme
|
||||
BuildRequires: %{python_pkg_name}-sphinxcontrib-qthelp >= 1.0.2
|
||||
# Here we just run sphinx and we can use generic one, we don't need
|
||||
# the flavor variant
|
||||
BuildRequires: python3-Sphinx < 3.0
|
||||
BuildRequires: python3-python-docs-theme
|
||||
BuildRequires: python3-sphinxcontrib-qthelp >= 1.0.2
|
||||
%endif
|
||||
%if %{with general}
|
||||
# required for idle3 (.desktop and .appdata.xml files)
|
||||
|
Loading…
Reference in New Issue
Block a user