greenlet and gevent depend on python bz #1325524

This will pull the python subpackage, but actually adding the load
configuration of the python plugin is responsibility of the user
This commit is contained in:
Jorge Gallegos 2016-08-02 23:10:25 -05:00
parent 96f551b5ba
commit c2f383ab58
1 changed files with 2 additions and 2 deletions

View File

@ -576,7 +576,7 @@ This package contains the geoip plugin for uWSGI
%package -n %{name}-plugin-gevent
Summary: uWSGI - Plugin for GEvent support
Group: System Environment/Daemons
Requires: %{name}-plugin-common, libevent
Requires: %{name}-plugin-common, %{name}-plugin-python, libevent
%description -n %{name}-plugin-gevent
This package contains the gevent plugin for uWSGI
@ -595,7 +595,7 @@ This package contains the glusterfs plugin for uWSGI
%package -n %{name}-plugin-greenlet
Summary: uWSGI - Plugin for Python Greenlet support
Group: System Environment/Daemons
Requires: python-greenlet, %{name}-plugin-common
Requires: python-greenlet, %{name}-plugin-python, %{name}-plugin-common
%description -n %{name}-plugin-greenlet
This package contains the python greenlet plugin for uWSGI