duplicity: add missing boto3 dependency for new S3 backend

This commit is contained in:
Echo Nolan
2020-11-17 12:21:26 -08:00
parent 79b78663e5
commit 9c54156b09
+1
View File
@@ -49,6 +49,7 @@ pythonPackages.buildPythonApplication rec {
propagatedBuildInputs = with pythonPackages; [
b2sdk
boto
boto3
cffi
cryptography
ecdsa