horizon: Require the python3 version of mod_wsgi

We already switched to a py3 env so we also need the python3 version
for mod_wsgi

Change-Id: I4c94299dd9ef5d104f1cc22b78c538efc6674952
This commit is contained in:
Thomas Bechtold 2019-08-27 06:44:32 +02:00
parent 860cc820c6
commit 9484e77592

View File

@ -79,11 +79,11 @@ BuildArch: noarch
%if 0%{?suse_version}
BuildRequires: apache2
Requires: apache2
Requires: apache2-mod_wsgi
Requires: apache2-mod_wsgi-python3
%endif
%if 0%{?rdo}
Requires: httpd
Requires: mod_wsgi
Requires: python3-mod_wsgi
%endif
# Apache2 example configuration:
%if 0%{?rdo}