Merge pull request #175660 from blitz/duplicity-gdrive

duplicity: use pydrive2 to fix Google Drive backup problems
This commit is contained in:
Sandro 2022-06-01 16:43:46 +02:00 committed by GitHub
commit af55be9eac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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