From fd5915ede22f8c61eb51f612b57c15df4856a516 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 4 Oct 2016 15:00:40 -0700 Subject: [PATCH] Add libffi dev packages needed for ansible install Ansible depends on paramiko which depends on cryptography whcih requires libffi dev headers when installing via pip. Go ahead and add this dependency via bindep. Change-Id: I0b3ab07245f85c44ad4ed436da06d62a21a28f89 --- bindep.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bindep.txt b/bindep.txt index e69de29bb2..345ab7d08a 100644 --- a/bindep.txt +++ b/bindep.txt @@ -0,0 +1,4 @@ +libffi-dev [platform:dpkg] +libffi-devel [platform:rpm] +libssl-dev [platform:dpkg] +openssl-devel [platform:rpm]