!3 [Lightweight PR]: Adds pbr/pip as buildrequires
From: @huangtianhua Reviewed-by: @shinwell_hu Signed-off-by: @shinwell_hu
This commit is contained in:
commit
0f95c9d06a
@ -1,7 +1,7 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-sphinxcontrib-pecanwsme
|
||||
Version: 0.10.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: A Sphinx extension for documenting APIs built with Pecan and WSME
|
||||
URL: https://github.com/sphinx-contrib/pecanwsme
|
||||
License: Apache-2.0
|
||||
@ -19,6 +19,8 @@ Summary: A Sphinx extension for documenting APIs built with Pecan and WSME
|
||||
Provides: python-sphinxcontrib-pecanwsme
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-pbr
|
||||
BuildRequires: python3-pip
|
||||
%description -n python3-sphinxcontrib-pecanwsme
|
||||
Extension to Sphinx for documenting APIs built with Pecan and WSME
|
||||
|
||||
@ -29,7 +31,7 @@ Provides: python3-sphinxcontrib-pecanwsme-doc
|
||||
Extension to Sphinx for documenting APIs built with Pecan and WSME
|
||||
|
||||
%prep
|
||||
%autosetup -n sphinxcontrib-pecanwsme-0.10.0
|
||||
%autosetup -n sphinxcontrib-pecanwsme-%{version}
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -69,5 +71,8 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 3 2021 huangtianhua <huangtianhua@huawei.com> - 0.10.0-2
|
||||
- Adds pbr/pip as buildrequires
|
||||
|
||||
* Wed Nov 25 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||
- Package Spec generated
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user