From 3c1da70f37eb08445a742a36b0a072a985e85531 Mon Sep 17 00:00:00 2001 From: sunguoshuai Date: Mon, 6 Dec 2021 17:22:36 +0800 Subject: [PATCH] Del builddeps to python2-eventlet --- python-execnet.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-execnet.spec b/python-execnet.spec index a8d40bb..e10b784 100644 --- a/python-execnet.spec +++ b/python-execnet.spec @@ -1,6 +1,6 @@ Name: python-execnet Version: 1.5.0 -Release: 6 +Release: 7 Summary: Rapid multi-Python deployment License: MIT and GPLv2+ URL: http://codespeak.net/execnet @@ -19,7 +19,7 @@ write scripts to administer multiple hosts %package -n python2-execnet Summary: Rapid multi-Python deployment -BuildRequires: python2-apipkg python2-devel python2-eventlet python2-gevent >= 1.0 +BuildRequires: python2-apipkg python2-devel python2-gevent >= 1.0 BuildRequires: python2-pytest python2-setuptools python2-setuptools_scm python2-sphinx Requires: python2-setuptools python2-apipkg %{?python_provide:%python_provide python2-execnet} @@ -104,7 +104,11 @@ cd - %{python3_sitelib}/execnet* %changelog +* Mon Dec 06 2021 sunguoshuai - 1.5.0-7 +- Del builddeps to python2-eventlet + * Fri Jul 17 2020 wangxiao - 1.5.0-6 - Fix asserterror for testcase. + * Wed Mar 4 2020 zhouyihang - 1.5.0-5 - Pakcage init -- Gitee