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:
Jeremy Stanley 2017-05-24 15:49:56 +00:00
parent 7d1ca74fc7
commit 956a25cf27
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ class stackalytics (
$packages = [
'libapache2-mod-proxy-uwsgi',
'libapache2-mod-uwsgi',
'libffi-dev',
'libssl-dev',
'uwsgi',
'uwsgi-plugin-python',
]