Add ssl packages to bindep

New infra images don't have libssl-dev installed by default
anymore so the packages need to be in bindep.

Change-Id: I398461f3094f09ac18af5eb3791c936382fc5bfa
This commit is contained in:
Matt Riedemann 2017-06-06 18:23:32 -04:00
parent d2dfbcbedc
commit 9989983882
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ dbus-glib-devel [platform:rpm]
language-pack-en [platform:ubuntu]
libffi-dev [platform:dpkg]
libffi-devel [platform:rpm]
# e-r->launchpadlib->keyring->secretstorage->cryptography->ssl
libssl-dev [platform:dpkg]
openssl-devel [platform:rpm !platform:suse]
libopenssl-devel [platform:suse !platform:rpm]
locales [platform:debian]
python-dev [platform:dpkg]
python-devel [platform:rpm]