Add BuildRequires

This commit is contained in:
zhangy1317 2021-01-30 14:41:46 +08:00
parent 5ff86f1df5
commit e490ea2c09

View File

@ -2,9 +2,9 @@
%global common_desc OSProfiler is an OpenStack cross-project profiling library. %global common_desc OSProfiler is an OpenStack cross-project profiling library.
Name: python-osprofiler Name: python-osprofiler
Version: 3.4.0 Version: 3.4.0
Release: 1 Release: 2
Summary: OpenStack Profiler Library Summary: OpenStack Profiler Library
License: Apache Software License License: Apache-2.0
URL: https://docs.openstack.org/osprofiler/latest/ URL: https://docs.openstack.org/osprofiler/latest/
Source0: https://files.pythonhosted.org/packages/65/bf/522be8a13218cb633b9fd1a3e13292b6c676a9af22575415b9de77d78b83/osprofiler-3.4.0.tar.gz Source0: https://files.pythonhosted.org/packages/65/bf/522be8a13218cb633b9fd1a3e13292b6c676a9af22575415b9de77d78b83/osprofiler-3.4.0.tar.gz
BuildArch: noarch BuildArch: noarch
@ -39,6 +39,8 @@ Summary: OpenStack Profiler Library
Provides: python-osprofiler Provides: python-osprofiler
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-pbr
%description -n python3-osprofiler %description -n python3-osprofiler
@ -89,5 +91,7 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Sat Jan 30 2021 zhangy <zhangy1317@foxmail.com>
- Add buildrequires
* Thu Nov 19 2020 Python_Bot <Python_Bot@openeuler.org> * Thu Nov 19 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated