From acc4138ff64ec9a56687177d77d6985ef3d97cd7 Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Fri, 3 Aug 2018 14:42:54 +1000 Subject: [PATCH] Ensure we install libssl-dev on dpkg systems on trusty and xenial we're getting this to satisfy a dependancy, on bionic we need to request it manually. Depends-On: https://review.openstack.org/597966 Change-Id: I75a86f97b92bf144a8a8772b9f3e81559062c018 --- bindep.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/bindep.txt b/bindep.txt index 21c5b5527d..c0dde7ca9d 100644 --- a/bindep.txt +++ b/bindep.txt @@ -23,6 +23,7 @@ libzmq3-dev [platform:ubuntu-bionic] mariadb-devel [platform:redhat] mozilla-nss-devel [platform:suse] nss-devel [platform:redhat] +libssl-dev [platform:dpkg] openssl-devel [platform:redhat] openldap-devel [platform:redhat] pkg-config [platform:dpkg]