!3 Change spec: Add BuildRequires for python-oslo.messaging

From: @zhangy1317
Reviewed-by: @joec88
Signed-off-by: @joec88
This commit is contained in:
openeuler-ci-bot 2021-01-30 17:52:27 +08:00 committed by Gitee
commit 44e7e83267

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-oslo-messaging
Version: 12.6.0
Release: 1
Release: 2
Summary: Oslo Messaging API
License: Apache-2.0
URL: https://opendev.org/openstack/oslo.messaging
@ -40,6 +40,8 @@ Summary: Oslo Messaging API
Provides: python-oslo-messaging
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-pbr
%description -n python3-oslo-messaging
OpenStack library for messaging
@ -92,5 +94,7 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Sat Jan 30 2021 zhangy <zhangy1317@foxmail.com>
- Add buildrequires
* Fri Jan 08 2021 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated