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

It seems that duplicity needs boto instead of boto3.
They apparently have different packages.

I decided to keep both,
as there may be another backend depending on it.
main
Sarah 2 years ago
parent 2561bc94bd
commit ad13d56c99
No known key found for this signature in database
GPG Key ID: 708F7ACE058F0186
  1. 1
      pkgs/tools/backup/duplicity/default.nix

@ -70,6 +70,7 @@ pythonPackages.buildPythonApplication rec {
pythonPath = with pythonPackages; [
b2sdk
boto
boto3
cffi
cryptography

Loading…
Cancel
Save