Browse code

Handle uwsgi install for openSUSE

Add packages for openSUSE distribution for installation of uwsgi.

Change-Id: I2ce8959460a79b6472bd9dd59edd7d94eccbacf5

Andreas Jaeger authored on 2020/06/15 17:03:42
Showing 1 changed files
... ...
@@ -109,6 +109,10 @@ function install_apache_uwsgi {
109 109
         # Thus there is nothing else to do after this install
110 110
         install_package uwsgi \
111 111
                         uwsgi-plugin-python3
112
+    elif [[ $os_VENDOR =~ openSUSE ]]; then
113
+        install_package uwsgi \
114
+                        uwsgi-python3 \
115
+                        apache2-mod_uwsgi
112 116
     else
113 117
         # Centos actually has the module in epel, but there was a big
114 118
         # push to disable epel by default. As such, compile from source