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
This commit is contained in:
Kaiyan Sheng 2017-06-07 13:59:51 -06:00
parent e79e64e71d
commit 4b1b1681ab
1 changed files with 1 additions and 0 deletions

View File

@ -3,3 +3,4 @@
maven
openjdk-8-jdk
libssl-dev [platform:dpkg]