Add libffi-dev libssl-dev as binary dependencies

Due to the problem with the new version of cryptography==1.4 we need to
add libffi-dev and libssl-dev in a list of binary dependency to properly
prepare CI environments and unblock gates.

Change-Id: I521776d156f8d69f060185d089adb817139300d6
This commit is contained in:
Ilya Kharin 2016-06-06 19:54:05 +03:00
parent e468289cfd
commit 6d7329330a
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# This is a cross-platform list tracking distribution packages needed by tests;
# see http://docs.openstack.org/infra/bindep/ for additional information.
# Empty since we shouldn't require any external binary dependencies.
# Due to the problem with the new version of cryptography==1.4 we have
# to add these binary dependencies.
libffi-dev
libssl-dev