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