diff --git a/uwsgi.spec b/uwsgi.spec index 6aeb694..aa72764 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -345,7 +345,7 @@ This package contains support for Python applications using PyPy. Summary: Python Plugin for uWSGI Group: Productivity/Networking/Web/Servers Requires: %{name} = %{version} -Requires: python-base = 2.7 +Requires: python-base >= 2.7 %description python uWSGI is a self-healing application container server coded in pure C. @@ -357,7 +357,7 @@ This package contains support for Python applications via the WSGI protocol. Summary: Python 3 Plugin for uWSGI Group: Productivity/Networking/Web/Servers Requires: %{name} = %{version} -Requires: python3-base = 3.6 +Requires: python3-base >= 3.6 %description python3 uWSGI is a self-healing application container server coded in pure C.