Fix mismatched mod_wsgi for python3

Under opensuse, there are two packages for mod_wsgi depending on
python version, and we select only a version compiled for python2.

This is a problem, as running python3 with mod_wsgi will segfault.

This fixes it by installing the right version depending on the python
profile.

Change-Id: I7e780487fa5539ad473676837981c8a8debc0ba2
This commit is contained in:
Itxaka 2019-03-07 18:46:56 +01:00
parent 35ea04ca93
commit c9d08e3026
No known key found for this signature in database
GPG Key ID: 0FFB0E56C3539E24
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
apache2 [platform:dpkg platform:suse apache]
apache2-mod_wsgi [platform:suse apache]
apache2-mod_wsgi [platform:suse apache !python3]
apache2-mod_wsgi-python3 [platform:suse apache python3]
arping2 [platform:suse neutron]
blas-devel [platform:rpm requirements]
bridge-utils [(neutron linuxbridge) (nova linuxbridge)]