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, 0 insertions, 13 deletions
diff --git a/community/deja-dup/update-u1-pythonchecker.patch b/community/deja-dup/update-u1-pythonchecker.patch
deleted file mode 100644
index 32d55966c..000000000
--- a/community/deja-dup/update-u1-pythonchecker.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-=== 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;
-