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:
Artturi
2022-05-29 21:37:07 +03:00
committed by GitHub

View File

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