Fix missing dependency for pep8 gate

Reference link: https://cryptography.io/en/latest/installation/#building-cryptography-on-linux

Change-Id: I98c0797124a60276854f9a38ca7d910d9150bb20
This commit is contained in:
Dai Dang Van 2017-06-15 09:04:44 +07:00
parent 4c00f952d5
commit ec5a553c24
1 changed files with 4 additions and 0 deletions

View File

@ -20,3 +20,7 @@ python3.4 [platform:ubuntu-trusty]
python3.5 [platform:ubuntu-xenial]
python34-devel [platform:centos]
uuid-dev [platform:dpkg]
#Required for cryptography lib
libssl-dev [platform:dpkg]
openssl-devel [platform:rpm]