Merge pull request #174247 from cid-chan/cid-fix-duplicity-s3-boto

duplicity: S3 backups fail with "boto" not being found.

authored by Artturi and committed by GitHub 1052f797 58fa3c32

+1
+1
pkgs/tools/backup/duplicity/default.nix
··· 70 71 pythonPath = with pythonPackages; [ 72 b2sdk 73 boto3 74 cffi 75 cryptography
··· 70 71 pythonPath = with pythonPackages; [ 72 b2sdk 73 + boto 74 boto3 75 cffi 76 cryptography