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 ad13d56c99.
main
Jan Tojnar 2 years ago
parent f1dd761ae8
commit ab7a6a51e0
  1. 1
      pkgs/tools/backup/duplicity/default.nix

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

Loading…
Cancel
Save