From ec5a553c243530f796a59453c67c558311160044 Mon Sep 17 00:00:00 2001 From: Dai Dang Van Date: Thu, 15 Jun 2017 09:04:44 +0700 Subject: [PATCH] Fix missing dependency for pep8 gate Reference link: https://cryptography.io/en/latest/installation/#building-cryptography-on-linux Change-Id: I98c0797124a60276854f9a38ca7d910d9150bb20 --- bindep.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bindep.txt b/bindep.txt index 90b9935..91e3fed 100644 --- a/bindep.txt +++ b/bindep.txt @@ -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]