forked from pool/python-waitress
Accepting request 1093051 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1093051 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-waitress?expand=0&rev=29
This commit is contained in:
commit
a33a0e19f3
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 10 09:00:11 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Fix build error for waitress:doc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 3 11:10:33 UTC 2023 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -57,11 +57,19 @@ Requires(postun):update-alternatives
|
||||
%endif
|
||||
%else
|
||||
# Documentation requirements
|
||||
%if 0%{?suse_version} > 1500
|
||||
BuildRequires: python3-Sphinx
|
||||
BuildRequires: python3-docutils
|
||||
BuildRequires: python3-pylons-sphinx-themes
|
||||
BuildRequires: python3-waitress = %{version}
|
||||
Recommends: python3-waitress = %{version}
|
||||
%else
|
||||
BuildRequires: %{python_module Sphinx}
|
||||
BuildRequires: %{python_module docutils}
|
||||
BuildRequires: %{python_module pylons-sphinx-themes}
|
||||
BuildRequires: %{python_module waitress = %{version}}
|
||||
Recommends: python-waitress = %{version}
|
||||
%endif
|
||||
%endif
|
||||
%python_subpackages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user