diff --git a/uwsgi.changes b/uwsgi.changes index 10b2047..6d05447 100644 --- a/uwsgi.changes +++ b/uwsgi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Oct 7 07:25:48 UTC 2021 - pgajdos@suse.com + +- greenlet and gevent plugins require uwsgi-python3 instead of + uwsgi-python + ------------------------------------------------------------------- Thu Sep 30 08:52:52 UTC 2021 - pgajdos@suse.com diff --git a/uwsgi.spec b/uwsgi.spec index b464bce..071ebea 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -201,7 +201,7 @@ applications (vassals) via ZeroMQ. Summary: Gevent Plugin for uWSGI Group: Productivity/Networking/Web/Servers Requires: %{name} = %{version} -Requires: %{name}-python = %{version} +Requires: %{name}-python3 = %{version} %description gevent uWSGI is a self-healing application container server coded in pure C. @@ -227,7 +227,7 @@ filesystem Summary: Greenlet Plugin for uWSGI Group: Productivity/Networking/Web/Servers Requires: %{name} = %{version} -Requires: %{name}-python = %{version} +Requires: %{name}-python3 = %{version} %description greenlet uWSGI is a self-healing application container server coded in pure C.