summaryrefslogtreecommitdiff
path: root/community/deja-dup/update-u1-pythonchecker.patch
blob: 32d55966c4129d4c5e6139446b77b79bb2194985 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
=== modified file 'common/BackendU1.vala'
--- common/BackendU1.vala	2012-11-05 15:10:54 +0000
+++ common/BackendU1.vala	2012-11-05 15:17:28 +0000
@@ -94,7 +94,7 @@
       // A bit of abstraction leakage here; we have to keep these imports in
       // line with what duplicity uses.  Maybe we should add to duplicity a way
       // to ask 'can I use this backend?'
-      pyu1 = PythonChecker.get_checker("ubuntuone.platform.credentials, ubuntuone.couch.auth");
+      pyu1 = PythonChecker.get_checker("oauthlib, httplib2");
       if (pyu1.complete) {
         available = pyu1.available;
         complete = pyu1.complete;