From 4b1b1681ab60c881332982e57c8caf7d4c472c9a Mon Sep 17 00:00:00 2001 From: Kaiyan Sheng Date: Wed, 7 Jun 2017 13:59:51 -0600 Subject: [PATCH] Add libssl to fix pep8 pep8 failed with "fatal error: openssl/openssl.h: No such file or directory". To fix this, we need to add libssl development headers to bindel.txt. Please see the link below for more info: http://lists.openstack.org/pipermail/openstack-dev/2017-June/117951.html Change-Id: I6f9130c41ca96f21cd0f4521d8b6d0da99c75dda --- bindep.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/bindep.txt b/bindep.txt index b6c5f56d0..2d95ccc5d 100644 --- a/bindep.txt +++ b/bindep.txt @@ -3,3 +3,4 @@ maven openjdk-8-jdk +libssl-dev [platform:dpkg]