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:
parent
860cc820c6
commit
9484e77592
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user