From ad13d56c999ba3d3b8c796b756b1c8b6127d1e85 Mon Sep 17 00:00:00 2001 From: Sarah Date: Tue, 24 May 2022 09:07:48 +0200 Subject: 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. --- pkgs/tools/backup/duplicity/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/backup/duplicity/default.nix b/pkgs/tools/backup/duplicity/default.nix index 232108d8e9f..4d83b693075 100644 --- a/pkgs/tools/backup/duplicity/default.nix +++ b/pkgs/tools/backup/duplicity/default.nix @@ -70,6 +70,7 @@ pythonPackages.buildPythonApplication rec { pythonPath = with pythonPackages; [ b2sdk + boto boto3 cffi cryptography -- cgit 1.4.1