From 4f2ea478cf03cad36e7bf113a58a362cbbd3432fabed9065c6c95bfd6dbb67e6 Mon Sep 17 00:00:00 2001 From: Marguerite Su Date: Sun, 10 Dec 2017 12:35:45 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/server:http/uwsgi?expand=0&rev=60 --- uwsgi.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.