!2 Change spec: Add BuildRequires for python-taskflow

From: @zhangy1317
Reviewed-by: @joec88
Signed-off-by: @joec88
This commit is contained in:
openeuler-ci-bot 2021-01-29 11:29:30 +08:00 committed by Gitee
commit 2a1bcce807

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-taskflow Name: python-taskflow
Version: 4.5.0 Version: 4.5.0
Release: 1 Release: 2
Summary: Taskflow structured state management library. Summary: Taskflow structured state management library.
License: Apache-2.0 License: Apache-2.0
URL: https://github.com/openstack/taskflow URL: https://github.com/openstack/taskflow
@ -46,6 +46,8 @@ Summary: Taskflow structured state management library.
Provides: python-taskflow Provides: python-taskflow
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-pbr
%description -n python3-taskflow %description -n python3-taskflow
A library to complete workflows/tasks in HA manner A library to complete workflows/tasks in HA manner
@ -98,5 +100,7 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Thu Jan 28 2021 zhangy <zhangy1317@foxmail.com>
- Add buildrequires
* Thu Dec 31 2020 Python_Bot <Python_Bot@openeuler.org> * Thu Dec 31 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated