Merge pull request #104089 from enolan/fix-duplicity-s3-deps

duplicity: add missing deps for S3
This commit is contained in:
Peter Simons
2021-01-04 11:44:41 +01:00
committed by GitHub

View File

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