duplicity: add missing boto3 dependency for new S3 backend

This commit is contained in:
Echo Nolan 2020-11-17 11:05:44 -08:00
parent 79b78663e5
commit 9c54156b09
1 changed files with 1 additions and 0 deletions

View File

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