Add new system deps for libffi-dev and libssl-dev
The update to newer paramiko dragged in pyca/cryptography which needs libffi and libssl headers to build successfully. Declare them as system package dependencies in the manifest. Change-Id: I8e54f76e715f765a820b578b1cbd445ab7a721a4
This commit is contained in:
parent
7d1ca74fc7
commit
956a25cf27
@ -35,6 +35,8 @@ class stackalytics (
|
||||
$packages = [
|
||||
'libapache2-mod-proxy-uwsgi',
|
||||
'libapache2-mod-uwsgi',
|
||||
'libffi-dev',
|
||||
'libssl-dev',
|
||||
'uwsgi',
|
||||
'uwsgi-plugin-python',
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user