]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Tweak requirement for six and declare python-gflags as not import-versionable.
authorDaira Hopwood <daira@jacaranda.org>
Fri, 17 Apr 2015 20:49:35 +0000 (21:49 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Fri, 17 Apr 2015 21:31:39 +0000 (22:31 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/_auto_deps.py

index 93ebfde35f6992b921377d644b3fa400e4b1f418..859cb77b019c806958a15479ff9f4fce0f1fceb1 100644 (file)
@@ -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.