Fix bindep.txt to work on both dpkg and rpm platforms

CentOS doesn't have libffi-dev and libssl-dev packages, figures.

Change-Id: Ie92c43fd5d11189b778f888736a70be16a256fba
This commit is contained in:
Yuriy Taraday 2016-08-26 21:39:28 +03:00
parent 1b02efac26
commit b56804fa97
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,6 @@
# Due to the problem with the new version of cryptography==1.4 we have
# to add these binary dependencies.
libffi-dev
libssl-dev
libffi-dev [platform:dpkg]
libssl-dev [platform:dpkg]
libffi-devel [platform:rpm]
openssl-devel [platform:rpm]