From 956a25cf27f29e394dcf2a54794863bec8025156 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 24 May 2017 15:49:56 +0000 Subject: [PATCH] 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 --- manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/init.pp b/manifests/init.pp index f7e1bbf..099cfc6 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -35,6 +35,8 @@ class stackalytics ( $packages = [ 'libapache2-mod-proxy-uwsgi', 'libapache2-mod-uwsgi', + 'libffi-dev', + 'libssl-dev', 'uwsgi', 'uwsgi-plugin-python', ]