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.
This commit is contained in:
Jan Tojnar
2022-06-23 03:06:42 +02:00
parent f1dd761ae8
commit ab7a6a51e0
-1
View File
@@ -70,7 +70,6 @@ pythonPackages.buildPythonApplication rec {
pythonPath = with pythonPackages; [
b2sdk
boto
boto3
cffi
cryptography