From e490ea2c09cb291aaa732f8e11e21613c8cd1219 Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Sat, 30 Jan 2021 14:41:46 +0800 Subject: [PATCH] Add BuildRequires --- python-osprofiler.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-osprofiler.spec b/python-osprofiler.spec index 62c6b07..305d321 100755 --- a/python-osprofiler.spec +++ b/python-osprofiler.spec @@ -2,9 +2,9 @@ %global common_desc OSProfiler is an OpenStack cross-project profiling library. Name: python-osprofiler Version: 3.4.0 -Release: 1 +Release: 2 Summary: OpenStack Profiler Library -License: Apache Software License +License: Apache-2.0 URL: https://docs.openstack.org/osprofiler/latest/ Source0: https://files.pythonhosted.org/packages/65/bf/522be8a13218cb633b9fd1a3e13292b6c676a9af22575415b9de77d78b83/osprofiler-3.4.0.tar.gz BuildArch: noarch @@ -39,6 +39,8 @@ Summary: OpenStack Profiler Library Provides: python-osprofiler BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-pbr %description -n python3-osprofiler @@ -89,5 +91,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sat Jan 30 2021 zhangy +- Add buildrequires * Thu Nov 19 2020 Python_Bot - Package Spec generated -- Gitee