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
This commit is contained in:
Julian Stecklina 2022-05-31 23:47:34 +02:00
parent 6960699739
commit a571caaf73

View file

@ -83,7 +83,7 @@ pythonPackages.buildPythonApplication rec {
paramiko
pyasn1
pycrypto
pydrive
pydrive2
future
] ++ lib.optionals (!isPy3k) [
enum