]> 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>
Fri, 10 Jul 2015 04:33:25 +0000 (05:33 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/_auto_deps.py

index da44cbe2b1d40a1d1308f808c8aaa1ac52c3d659..38d4183647ede643f1791dc4e50cbf221e0711e5 100644 (file)
@@ -87,12 +87,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.