projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4052f6
)
Fix version check warnings for httplib2 and python-gflags (used by oauth2client).
author
Daira Hopwood
<daira@jacaranda.org>
Fri, 10 Jul 2015 04:33:25 +0000
(
05:33
+0100)
committer
Daira 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
patch
|
blob
|
history
diff --git
a/src/allmydata/_auto_deps.py
b/src/allmydata/_auto_deps.py
index d4f319a08ab70c863ba7fa88977c3b1e01df1701..615e82a075d8766238b909cb4e0d6ec44d57dfdd 100644
(file)
--- a/
src/allmydata/_auto_deps.py
+++ b/
src/allmydata/_auto_deps.py
@@
-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.