!3 Change spec: Add BuildRequires for python-stevedore

From: @zhangy1317
Reviewed-by: @myeuler
Signed-off-by: @myeuler
This commit is contained in:
openeuler-ci-bot 2021-01-20 16:13:02 +08:00 committed by Gitee
commit 14509da2aa

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-stevedore
Version: 3.3.0
Release: 1
Release: 2
Summary: Manage dynamic plugins for Python applications
License: Apache-2.0
URL: https://opendev.org/openstack/stevedore
@ -20,6 +20,7 @@ Summary: Manage dynamic plugins for Python applications
Provides: python-stevedore
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
%description -n python3-stevedore
Manage dynamic plugins for Python applications
@ -72,5 +73,7 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Wed Jan 20 2021 zhangy1317 <zhangy1317@foxmail.cn>
- Add BuildRequires python3-pip
* Fri Jan 08 2021 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated