From a571caaf73953f13bcee834b778d2fd5d001bc12 Mon Sep 17 00:00:00 2001 From: Julian Stecklina Date: Tue, 31 May 2022 23:47:34 +0200 Subject: [PATCH] duplicity: use pydrive2 to fix gdrive backup problems pydrive is abandoned and has unfixed issues. In particular, Deja Dup backups (which uses duplicity as backend) to Google Drive fail with Giving up after 5 attempts. RedirectMissingLocation: Redirected but the response is missing a Location: header. More context and pointers are available in the Deja Dup bug tracker: https://gitlab.gnome.org/World/deja-dup/-/issues/202#note_1306216 --- pkgs/tools/backup/duplicity/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/backup/duplicity/default.nix b/pkgs/tools/backup/duplicity/default.nix index 4d83b693075b..7a6a34949204 100644 --- a/pkgs/tools/backup/duplicity/default.nix +++ b/pkgs/tools/backup/duplicity/default.nix @@ -83,7 +83,7 @@ pythonPackages.buildPythonApplication rec { paramiko pyasn1 pycrypto - pydrive + pydrive2 future ] ++ lib.optionals (!isPy3k) [ enum