1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-18 00:49:52 +00:00

duplicity: add missing boto3 dependency for new S3 backend

This commit is contained in:
Echo Nolan 2020-11-17 11:05:44 -08:00
parent 79b78663e5
commit 9c54156b09

View file

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