From 7a2699e51137d717f4e575fc8b5d7f5503c22765 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Fri, 24 Sep 2021 11:17:43 -0600 Subject: [PATCH] BR python3-zope-event since zope.interface no longer depends on it --- python-gevent.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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