Add libssl-dev for Ubuntu

Rebuilding pyOpenSSL requires the SSL development libraries. This is
present in files/rpms/general, but was missed in files/apts/general.

Change-Id: Ie3c688e2d74485eb7f981363633bbddab5da7046
This commit is contained in:
David Shrewsbury 2014-08-04 09:38:21 -04:00
parent 5acf159c72
commit 6eee49fc89

View File

@ -25,3 +25,4 @@ python2.7
bc bc
libyaml-dev libyaml-dev
libffi-dev libffi-dev
libssl-dev # for pyOpenSSL