duplicity: add missing boto3 dependency for new S3 backend
This commit is contained in:
parent
79b78663e5
commit
9c54156b09
|
@ -49,6 +49,7 @@ pythonPackages.buildPythonApplication rec {
|
|||
propagatedBuildInputs = with pythonPackages; [
|
||||
b2sdk
|
||||
boto
|
||||
boto3
|
||||
cffi
|
||||
cryptography
|
||||
ecdsa
|
||||
|
|
Loading…
Reference in New Issue