From 3c27d9fd88af9dd45c5a76d495048516f3faf490 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 18 Jun 2017 10:58:56 +0200 Subject: [PATCH] Add openssl libs to bindep Those are not installed anymore by default and are needed to fix builds of python modules. Change-Id: I38a1f0ff1ce5a776ee981c200d5b55d6753d260b --- bindep.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bindep.txt b/bindep.txt index c0c860f3..83d6620b 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,6 +1,8 @@ # This is a cross-platform list tracking distribution packages needed by tests; # see http://docs.openstack.org/infra/bindep/ for additional information. +libssl-dev [platform:dpkg] +openssl-devel [platform:rpm] python-dev [platform:dpkg] python3-all [platform:dpkg !platform:ubuntu-precise] python3-all-dev [platform:dpkg !platform:ubuntu-precise]