[lxc-devel] [pylxd/master] Require pyOpenSSL for older Python releases

jimmymccrory on Github lxc-bot at linuxcontainers.org
Mon Nov 7 18:36:20 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 384 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20161107/fb444f62/attachment.bin>
-------------- next part --------------
From acc35694466df616ab3f38871a9a1aeca57b6da6 Mon Sep 17 00:00:00 2001
From: Jimmy McCrory <jimmy.mccrory at gmail.com>
Date: Mon, 7 Nov 2016 10:28:44 -0800
Subject: [PATCH] Require pyOpenSSL for older Python releases

pyOpenSSL is a requirement for TLS 1.2 support in Python versions prior
to 2.7.9.
---
 requirements.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/requirements.txt b/requirements.txt
index 62882d4..f5dce01 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,3 +5,4 @@ ws4py!=0.3.5,>=0.3.4  # 0.3.5 is broken for websocket support
 requests!=2.8.0,>=2.5.2
 requests-unixsocket>=0.1.5
 cryptography>=1.4
+pyOpenSSL>=0.14;python_version<='2.7.8'


More information about the lxc-devel mailing list