!3 Add buildrequire python3-pbr

From: @ultra_planet
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2021-01-06 18:00:27 +08:00 committed by Gitee
commit fa63171cf8

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-munch
Version: 2.5.0
Release: 1
Release: 2
Summary: A dot-accessible dictionary (a la JavaScript objects)
License: MIT
URL: https://github.com/Infinidat/munch
@ -40,6 +40,7 @@ Summary: A dot-accessible dictionary (a la JavaScript objects)
Provides: python-munch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pbr
%description -n python3-munch
munch is a fork of David Schoonover's **Bunch** package, providing similar functionality. 99% of the work was done by him, and the fork was made mainly for lack of responsiveness for fixes and maintenance on the original code.
Munch is a dictionary that supports attribute-style access, a la JavaScript:
@ -120,5 +121,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Mon Oct 19 2020 Python_Bot <Python_Bot@openeuler.org>
* Wed Jan 06 2020 lingsheng <lingsheng@huawei.com> - 2.5.0-2
- Add buildrequire python3-pbr
* Mon Oct 19 2020 Python_Bot <Python_Bot@openeuler.org> - 2.5.0-1
- Package Spec generated