[lxc-devel] [pylxd/master] Support more cryptography versions.

rockstar on Github lxc-bot at linuxcontainers.org
Wed Nov 23 21:01:12 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 490 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20161123/9e4d6127/attachment.bin>
-------------- next part --------------
From adbdae9419e8b0b2667acbabdae8ddb67aa88100 Mon Sep 17 00:00:00 2001
From: Paul Hummer <paul.hummer at canonical.com>
Date: Wed, 23 Nov 2016 13:59:40 -0700
Subject: [PATCH] Support more cryptography versions.

A request came in to audit pylxd requirements to line up better
with Openstack. There isn't much overhead to maintaining it with
cryptography, as those developers are pretty responsible.
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 8654c4d..e4c056f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,5 +4,5 @@ six>=1.9.0
 ws4py!=0.3.5,>=0.3.4  # 0.3.5 is broken for websocket support
 requests!=2.8.0,>=2.5.2,<2.12.0  # 2.12.0+ IDNA support causes breakages
 requests-unixsocket>=0.1.5
-cryptography>=1.4
+cryptography!=1.3.0,>=1.0
 pyOpenSSL>=0.14;python_version<='2.7.8'


More information about the lxc-devel mailing list