From dc492160dd06b54901380886622366937b343770 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Sat, 29 May 2021 17:16:55 +0800 Subject: [PATCH] Adds BuildRequires python2-pbr to make obs success --- python-taskflow.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-taskflow.spec b/python-taskflow.spec index 3e9c40b..8c311ce 100644 --- a/python-taskflow.spec +++ b/python-taskflow.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-taskflow Version: 3.2.0 -Release: 1 +Release: 2 Summary: Taskflow structured state management library. License: Apache-2.0 URL: https://docs.openstack.org/taskflow/latest/ @@ -92,6 +92,7 @@ We also have sphinx documentation in ``docs/source``. %package -n python2-taskflow Summary: Taskflow structured state management library. Provides: python2-taskflow +BuildRequires: python2-pbr BuildRequires: python2-devel BuildRequires: python2-setuptools Requires: python2-pbr @@ -336,5 +337,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sat May 29 2021 huangtianhua +- Adds BuildRequires python2-pbr to make obs success * Mon May 10 2021 OpenStack_SIG - Package Spec generated -- Gitee