]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Fix version check warnings for httplib2 and python-gflags (used by oauth2client).
authorDaira Hopwood <daira@jacaranda.org>
Fri, 10 Jul 2015 04:33:25 +0000 (05:33 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Tue, 4 Aug 2015 17:20:42 +0000 (18:20 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/_auto_deps.py

index d4f319a08ab70c863ba7fa88977c3b1e01df1701..615e82a075d8766238b909cb4e0d6ec44d57dfdd 100644 (file)
@@ -83,12 +83,15 @@ package_imports = [
     ('txAWS',            'txaws'),
     ('oauth2client',     'oauth2client'),
     ('python-dateutil',  'dateutil'),
+    ('httplib2',         'httplib2'),
+    ('python-gflags',    'gflags'),
     ('six',              'six'),
 ]
 
 # Dependencies for which we don't know how to get a version number at run-time.
 not_import_versionable = [
     'zope.interface',
+    'python-gflags',
 ]
 
 # Dependencies reported by pkg_resources that we can safely ignore.