summaryrefslogtreecommitdiff
path: root/community/deja-dup/update-u1-pythonchecker.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/deja-dup/update-u1-pythonchecker.patch')
-rw-r--r--community/deja-dup/update-u1-pythonchecker.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/deja-dup/update-u1-pythonchecker.patch b/community/deja-dup/update-u1-pythonchecker.patch
new file mode 100644
index 000000000..32d55966c
--- /dev/null
+++ b/community/deja-dup/update-u1-pythonchecker.patch
@@ -0,0 +1,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;
+