From 194dfdfa63903481e749877fb2e4ccc78d997aab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=93=A6=E5=93=88=E5=93=9F?= Date: Mon, 31 May 2021 09:47:26 +0800 Subject: [PATCH] Remove eventlet version limit --- python-taskflow.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-taskflow.spec b/python-taskflow.spec index 8c311ce..909f0be 100644 --- a/python-taskflow.spec +++ b/python-taskflow.spec @@ -1,7 +1,8 @@ %global _empty_manifest_terminate_build 0 +%global __requires_exclude .*eventlet.* Name: python-taskflow Version: 3.2.0 -Release: 2 +Release: 3 Summary: Taskflow structured state management library. License: Apache-2.0 URL: https://docs.openstack.org/taskflow/latest/ @@ -337,6 +338,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon May 31 2021 wangxiyuan +- Remove eventlet version limit * Sat May 29 2021 huangtianhua - Adds BuildRequires python2-pbr to make obs success * Mon May 10 2021 OpenStack_SIG -- Gitee