ansible: add boto as dependency for s3 module
This commit is contained in:
parent
ab3aed6dfc
commit
9ebb53c0e3
@ -20,7 +20,7 @@ pythonPackages.buildPythonPackage rec {
|
||||
dontPatchShebangs = true;
|
||||
|
||||
propagatedBuildInputs = with pythonPackages; [
|
||||
paramiko jinja2 pyyaml httplib2
|
||||
paramiko jinja2 pyyaml httplib2 boto
|
||||
];
|
||||
|
||||
postFixup = ''
|
||||
|
Loading…
Reference in New Issue
Block a user