From c4052f6cfd3c1339a71a9b0d482b7a3dfd15b532 Mon Sep 17 00:00:00 2001
From: Daira Hopwood <daira@jacaranda.org>
Date: Fri, 10 Jul 2015 05:30:17 +0100
Subject: [PATCH] Add oauth2client to requirements.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
---
 src/allmydata/_auto_deps.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py
index 2dd4f802..d4f319a0 100644
--- a/src/allmydata/_auto_deps.py
+++ b/src/allmydata/_auto_deps.py
@@ -54,6 +54,7 @@ install_requires = [
 
     # needed for cloud backend
     "txAWS == 0.2.1.post5",
+    "oauth2client == 1.1.0",
     "python-dateutil",
 
     "six >= 1.4.1",             # latest cryptography depends on this version; txAWS also depends on six
@@ -80,6 +81,7 @@ package_imports = [
     ('characteristic',   'characteristic'),
     ('pyasn1-modules',   'pyasn1_modules'),
     ('txAWS',            'txaws'),
+    ('oauth2client',     'oauth2client'),
     ('python-dateutil',  'dateutil'),
     ('six',              'six'),
 ]
-- 
2.45.2