duplicity: add Google Drive support

Required by Déjà Dup.
This commit is contained in:
Jan Tojnar 2019-11-19 16:32:33 +01:00
parent 4fb168176a
commit 77e6622d22
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -43,7 +43,7 @@ python2Packages.buildPythonApplication rec {
buildInputs = [ librsync makeWrapper python2Packages.wrapPython ];
propagatedBuildInputs = [ backblaze-b2 ] ++ (with python2Packages; [
boto cffi cryptography ecdsa enum idna pygobject3 fasteners
ipaddress lockfile paramiko pyasn1 pycrypto six
ipaddress lockfile paramiko pyasn1 pycrypto six pydrive
]);
checkInputs = [
gnupg # Add 'gpg' to PATH.