Merge pull request #69121 from sdier/duplicity-b2

duplicity: Add backblaze-b2 as a build input to duplicity
This commit is contained in:
Peter Simons
2019-10-13 16:35:38 +02:00
committed by GitHub

View File

@@ -2,7 +2,8 @@
, gnutar
, par2cmdline
, utillinux
, rsync, makeWrapper }:
, rsync
, backblaze-b2, makeWrapper }:
python2Packages.buildPythonApplication rec {
pname = "duplicity";
@@ -40,10 +41,10 @@ python2Packages.buildPythonApplication rec {
];
buildInputs = [ librsync makeWrapper python2Packages.wrapPython ];
propagatedBuildInputs = with python2Packages; [
propagatedBuildInputs = [ backblaze-b2 ] ++ (with python2Packages; [
boto cffi cryptography ecdsa enum idna pygobject3 fasteners
ipaddress lockfile paramiko pyasn1 pycrypto six
];
]);
checkInputs = [
gnupg # Add 'gpg' to PATH.
gnutar # Add 'tar' to PATH.