!3 [Lightweight PR]: Adds pbr/pip as buildrequires

From: @huangtianhua
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2021-08-03 08:41:30 +00:00 committed by Gitee
commit 0f95c9d06a

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-sphinxcontrib-pecanwsme Name: python-sphinxcontrib-pecanwsme
Version: 0.10.0 Version: 0.10.0
Release: 1 Release: 2
Summary: A Sphinx extension for documenting APIs built with Pecan and WSME Summary: A Sphinx extension for documenting APIs built with Pecan and WSME
URL: https://github.com/sphinx-contrib/pecanwsme URL: https://github.com/sphinx-contrib/pecanwsme
License: Apache-2.0 License: Apache-2.0
@ -19,6 +19,8 @@ Summary: A Sphinx extension for documenting APIs built with Pecan and WSME
Provides: python-sphinxcontrib-pecanwsme Provides: python-sphinxcontrib-pecanwsme
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-pbr
BuildRequires: python3-pip
%description -n python3-sphinxcontrib-pecanwsme %description -n python3-sphinxcontrib-pecanwsme
Extension to Sphinx for documenting APIs built with Pecan and WSME 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 Extension to Sphinx for documenting APIs built with Pecan and WSME
%prep %prep
%autosetup -n sphinxcontrib-pecanwsme-0.10.0 %autosetup -n sphinxcontrib-pecanwsme-%{version}
%build %build
%py3_build %py3_build
@ -69,5 +71,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %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> * Wed Nov 25 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated