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.
This commit is contained in:
Sarah 2022-05-24 09:07:48 +02:00
parent 2561bc94bd
commit ad13d56c99
No known key found for this signature in database
GPG key ID: 708F7ACE058F0186

View file

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