Merge pull request #174247 from cid-chan/cid-fix-duplicity-s3-boto
duplicity: S3 backups fail with "boto" not being found.
This commit is contained in:
@@ -70,6 +70,7 @@ pythonPackages.buildPythonApplication rec {
|
||||
|
||||
pythonPath = with pythonPackages; [
|
||||
b2sdk
|
||||
boto
|
||||
boto3
|
||||
cffi
|
||||
cryptography
|
||||
|
||||
Reference in New Issue
Block a user