- Remove guard on upper Sphinx version.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autodocsumm?expand=0&rev=10
This commit is contained in:
parent
c25370392f
commit
111c0789d0
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 24 00:30:34 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Remove guard on upper Sphinx version.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 2 21:38:13 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
||||
|
@ -29,7 +29,7 @@ BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: (python-Sphinx >= 2.2 and python-Sphinx < 5.0)
|
||||
Requires: python-Sphinx >= 2.2
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module Sphinx >= 2.2}
|
||||
@ -44,6 +44,8 @@ Extended sphinx autodoc including automatic autosummaries
|
||||
|
||||
%prep
|
||||
%setup -q -n autodocsumm-%{version}
|
||||
# Remove guard from Sphinx version
|
||||
sed -i 's/,<5.0//' setup.py
|
||||
|
||||
%build
|
||||
%python_build
|
||||
|
Loading…
Reference in New Issue
Block a user