duplicity: Fix gio backend
This commit is contained in:
parent
ef6130fd78
commit
1713479f85
@ -11,7 +11,7 @@ python2Packages.buildPythonApplication rec {
|
|||||||
|
|
||||||
buildInputs = [ librsync makeWrapper python2Packages.wrapPython ];
|
buildInputs = [ librsync makeWrapper python2Packages.wrapPython ];
|
||||||
propagatedBuildInputs = with python2Packages; [
|
propagatedBuildInputs = with python2Packages; [
|
||||||
boto cffi cryptography ecdsa enum idna
|
boto cffi cryptography ecdsa enum idna pygobject3
|
||||||
ipaddress lockfile paramiko pyasn1 pycrypto six
|
ipaddress lockfile paramiko pyasn1 pycrypto six
|
||||||
];
|
];
|
||||||
checkInputs = with python2Packages; [ lockfile mock pexpect ];
|
checkInputs = with python2Packages; [ lockfile mock pexpect ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user