Looks like uwsgi-plugin-python was renamed on CentOS...
This commit is contained in:
@@ -15,7 +15,7 @@ class Uwsgi(base.Installer):
|
||||
appname = "uwsgi"
|
||||
packages = {
|
||||
"deb": ["uwsgi", "uwsgi-plugin-python"],
|
||||
"rpm": ["uwsgi", "uwsgi-plugin-python"],
|
||||
"rpm": ["uwsgi", "uwsgi-plugin-python2"],
|
||||
}
|
||||
|
||||
def get_socket_path(self, app):
|
||||
|
||||
Reference in New Issue
Block a user