From d3ac35de92e6bfe188d57642c14b1a8ad00c4a42 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Fri, 17 Apr 2015 21:49:35 +0100 Subject: [PATCH] Tweak requirement for six and declare python-gflags as not import-versionable. Signed-off-by: Daira Hopwood --- src/allmydata/_auto_deps.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py index 93ebfde3..859cb77b 100644 --- a/src/allmydata/_auto_deps.py +++ b/src/allmydata/_auto_deps.py @@ -51,8 +51,8 @@ install_requires = [ "txAWS == 0.2.1.post5", "oauth2client == 1.1.0", - # needed for cloud backend; also latest cryptography depends on this version - "six >= 1.4.1", + # needed for cloud backend; also latest pyOpenSSL depends on this version + "six >= 1.5.2", ] # Includes some indirect dependencies, but does not include allmydata. @@ -84,6 +84,7 @@ not_import_versionable = [ 'mock', 'pyasn1', 'pyasn1-modules', + 'python-gflags', ] # Dependencies reported by pkg_resources that we can safely ignore. -- 2.45.2