diff --git a/python-osprofiler.spec b/python-osprofiler.spec index 62c6b076bbd7f622770c9ebe4c788a586911818c..305d321f2763fbdfaae02483910035c8a3a58248 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