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;
|
dontPatchShebangs = true;
|
||||||
|
|
||||||
propagatedBuildInputs = with pythonPackages; [
|
propagatedBuildInputs = with pythonPackages; [
|
||||||
paramiko jinja2 pyyaml httplib2
|
paramiko jinja2 pyyaml httplib2 boto
|
||||||
];
|
];
|
||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user