Add buildrequire python3-pbr

This commit is contained in:
lingsheng 2021-01-06 17:14:52 +08:00
parent eeac0c2043
commit 93239ae273

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-munch Name: python-munch
Version: 2.5.0 Version: 2.5.0
Release: 1 Release: 2
Summary: A dot-accessible dictionary (a la JavaScript objects) Summary: A dot-accessible dictionary (a la JavaScript objects)
License: MIT License: MIT
URL: https://github.com/Infinidat/munch URL: https://github.com/Infinidat/munch
@ -40,6 +40,7 @@ Summary: A dot-accessible dictionary (a la JavaScript objects)
Provides: python-munch Provides: python-munch
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-pbr
%description -n python3-munch %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 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: Munch is a dictionary that supports attribute-style access, a la JavaScript:
@ -120,5 +121,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %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 - Package Spec generated