From 7bb9f4a6dcab26c0d1d4c8487d7308bb921d6c2e Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Wed, 27 Feb 2019 12:57:15 -0500 Subject: [PATCH] Add ffi development headers We actually need them to compile cryptography. Change-Id: I8b6c12684300b1b343579db0ac3164fb0f7608d9 Signed-off-by: Paul Belanger --- vars/Debian.yaml | 1 + vars/RedHat.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/vars/Debian.yaml b/vars/Debian.yaml index 1dbd834..13fc700 100644 --- a/vars/Debian.yaml +++ b/vars/Debian.yaml @@ -13,4 +13,5 @@ # under the License. --- __ansible_build_depends: + - libffi-dev - libssl-dev diff --git a/vars/RedHat.yaml b/vars/RedHat.yaml index 1f2f5ac..9bf76fc 100644 --- a/vars/RedHat.yaml +++ b/vars/RedHat.yaml @@ -13,4 +13,5 @@ # under the License. --- __ansible_build_depends: + - libffi-devel - openssl-devel