Add BuildRequires
This commit is contained in:
parent
7d6d0b44b8
commit
a6ef015257
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-oslo-reports
|
Name: python-oslo-reports
|
||||||
Version: 2.2.0
|
Version: 2.2.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: oslo.reports library
|
Summary: oslo.reports library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://opendev.org/openstack/oslo.reports
|
URL: https://opendev.org/openstack/oslo.reports
|
||||||
@ -22,6 +22,8 @@ Summary: oslo.reports library
|
|||||||
Provides: python-oslo-reports
|
Provides: python-oslo-reports
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
|
BuildRequires: python3-pip
|
||||||
|
BuildRequires: python3-pbr
|
||||||
%description -n python3-oslo-reports
|
%description -n python3-oslo-reports
|
||||||
OpenStack library for creating Guru Meditation Reports and other reports
|
OpenStack library for creating Guru Meditation Reports and other reports
|
||||||
|
|
||||||
@ -74,5 +76,7 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 29 2021 zhangy <zhangy1317@foxmail.com>
|
||||||
|
- Add buildrequires
|
||||||
* Fri Jan 08 2021 Python_Bot <Python_Bot@openeuler.org>
|
* Fri Jan 08 2021 Python_Bot <Python_Bot@openeuler.org>
|
||||||
- Package Spec generated
|
- Package Spec generated
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user