From 018fc63454c7a492342864912e2418c8f68ae053 Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Fri, 6 May 2022 10:38:46 +0800 Subject: [PATCH] fix cannot import name _corecffi from gevent.libuv --- python-gevent.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-gevent.spec b/python-gevent.spec index 8298550..1824666 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -3,7 +3,7 @@ Name: python-gevent Version: 21.1.2 -Release: 1 +Release: 2 Summary: A coroutine-based Python networking library License: MIT URL: http://www.gevent.org/ @@ -32,7 +32,7 @@ Features include: Summary: %{summary} %{?python_provide:%python_provide python3-gevent} BuildRequires: python3-devel python3-greenlet-devel -BuildRequires: python3-setuptools +BuildRequires: python3-setuptools python3-Cython Requires: python3-greenlet %description -n python3-gevent @@ -85,6 +85,9 @@ find %{buildroot} -name '*.so' -exec chmod 755 {} ';' %{python3_sitearch}/gevent* %changelog +* Fri May 06 2022 wulei - 21.1.2-2 +- Fix cannot import name _corecffi from gevent.libuv + * Wed Mar 30 2022 caodongxia - 21.1.2-1 - Update to 21.1.2 -- Gitee