From 83efba6535373e9998fad368b7840e79185461b8 Mon Sep 17 00:00:00 2001 From: Julie Pichon Date: Thu, 6 Jul 2017 10:38:06 +0100 Subject: [PATCH] Add ssl development headers to bindep This is needed to compile cryptography in some of the pep8/UT jobs. Change-Id: I8d8409c179cf370d2b42818be470b6bf42999f29 Closes-Bug: #1702576 (cherry picked from commit fbe24344357e51142b6eccabaade24bbb1021c3d) --- bindep.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bindep.txt b/bindep.txt index e69de29bb..81d75589e 100644 --- a/bindep.txt +++ b/bindep.txt @@ -0,0 +1,2 @@ +libssl-dev [platform:dpkg test] +openssl-devel [platform:rpm test]