From 2c8cddfc95ae45553210f864d1beab96c257a4e2 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 14 Aug 2018 19:47:07 +0200 Subject: [PATCH] Install ssl devel libs Building some of our dependencies fails, add libssl-dev for building. Change-Id: I8cc4cb74ea5ac971ce2d22f448cb1229eb5e6cd0 --- bindep.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bindep.txt b/bindep.txt index bb0e7bf4fb..62b0ef1bdd 100644 --- a/bindep.txt +++ b/bindep.txt @@ -2,6 +2,8 @@ language-pack-en [platform:ubuntu] libffi-dev [platform:dpkg] libffi-devel [platform:rpm] libjpeg-dev [platform:dpkg] +libssl-dev [platform:dpkg] +openssl-devel [platform:rpm] python-yaml [platform:dpkg] libre2-dev [platform:dpkg] re2-devel [platform:rpm]