From ab7a6a51e09fde777ac8ee1ec4576eda2a6dde17 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Thu, 23 Jun 2022 03:06:42 +0200 Subject: [PATCH] Revert "duplicity: S3 backups fail with "boto" not being found." Boto2 is EOL and broken with recent Python versions: https://github.com/boto/boto/#deprecation-notice This reverts commit ad13d56c999ba3d3b8c796b756b1c8b6127d1e85. --- pkgs/tools/backup/duplicity/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/tools/backup/duplicity/default.nix b/pkgs/tools/backup/duplicity/default.nix index 95e29686f24e..46f841c8f5b3 100644 --- a/pkgs/tools/backup/duplicity/default.nix +++ b/pkgs/tools/backup/duplicity/default.nix @@ -70,7 +70,6 @@ pythonPackages.buildPythonApplication rec { pythonPath = with pythonPackages; [ b2sdk - boto boto3 cffi cryptography