From 63f893d107b52812d9f089fbba939f80332b4f4e Mon Sep 17 00:00:00 2001 From: lingsheng Date: Wed, 6 Jan 2021 17:14:52 +0800 Subject: [PATCH] Add buildrequire python3-pbr --- python-munch.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-munch.spec b/python-munch.spec index 6d2e53f..056dba8 100644 --- a/python-munch.spec +++ b/python-munch.spec @@ -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 +* Wed Jan 06 2020 lingsheng - 2.5.0-2 +- Add buildrequire python3-pbr + +* Mon Oct 19 2020 Python_Bot - 2.5.0-1 - Package Spec generated -- Gitee