From 86e4f375886b716ee3e61dfcc0f1eb5ab5c994bd Mon Sep 17 00:00:00 2001 From: Nam Nguyen Hoai Date: Thu, 8 Jun 2017 11:37:24 +0700 Subject: [PATCH] Fix pep8 gate failure because of missing dependency Change-Id: I237ba7e31f3e2d2bdb48be24e22abd60397da9d7 Closes-Bug: #1696299 (cherry picked from commit aa3c903441a4f0f6f2f49262d80908b5bdea8026) --- bindep.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bindep.txt b/bindep.txt index 84dad497..e029bd09 100644 --- a/bindep.txt +++ b/bindep.txt @@ -10,3 +10,7 @@ gettext [test] 389-ds-base [platform:rpm] pki-ca [platform:rpm] pki-kra [platform:rpm] + +#Required for cryptography lib +libssl-dev [platform:dpkg] +openssl-devel [platform:rpm]