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

duplicity: add missing deps for S3
gstqt5
Peter Simons 2021-01-04 11:44:41 +01:00 committed by GitHub
commit 4a55ebeca2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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