From a6ef015257982c89f0f2bec1af1180adfe71f005 Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Fri, 29 Jan 2021 18:32:23 +0800 Subject: [PATCH] Add BuildRequires --- python-oslo.reports.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-oslo.reports.spec b/python-oslo.reports.spec index cae515e..557a5b4 100644 --- a/python-oslo.reports.spec +++ b/python-oslo.reports.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-oslo-reports Version: 2.2.0 -Release: 1 +Release: 2 Summary: oslo.reports library License: Apache-2.0 URL: https://opendev.org/openstack/oslo.reports @@ -22,6 +22,8 @@ Summary: oslo.reports library Provides: python-oslo-reports BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-pbr %description -n python3-oslo-reports OpenStack library for creating Guru Meditation Reports and other reports @@ -74,5 +76,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jan 29 2021 zhangy +- Add buildrequires * Fri Jan 08 2021 Python_Bot - Package Spec generated