diff --git a/python-gevent.spec b/python-gevent.spec index 1d08ab6..64bf259 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -4,7 +4,7 @@ Name: python-%{modname} Version: 21.1.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A coroutine-based Python networking library License: MIT @@ -39,6 +39,7 @@ BuildRequires: python3-setuptools # For tests BuildRequires: python3-dns BuildRequires: python3-psutil +BuildRequires: python3-zope-event BuildRequires: python3-zope-interface Requires: python3-greenlet >= 0.4.17 @@ -94,6 +95,9 @@ cd src/gevent/tests && GEVENT_FILE=thread %__python3 -mgevent.tests test__*subpr %{python3_sitearch}/%{modname}* %changelog +* Fri Sep 24 2021 Jerry James - 21.1.2-4 +- BR python3-zope-event since zope.interface no longer depends on it + * Fri Jul 23 2021 Fedora Release Engineering - 21.1.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild