duplicity: Fix gio backend

This commit is contained in:
Jan Tojnar 2017-10-04 18:22:22 +02:00
parent ef6130fd78
commit 1713479f85
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -11,7 +11,7 @@ python2Packages.buildPythonApplication rec {
buildInputs = [ librsync makeWrapper python2Packages.wrapPython ];
propagatedBuildInputs = with python2Packages; [
boto cffi cryptography ecdsa enum idna
boto cffi cryptography ecdsa enum idna pygobject3
ipaddress lockfile paramiko pyasn1 pycrypto six
];
checkInputs = with python2Packages; [ lockfile mock pexpect ];