Merge pull request #7682 from pesterhazy/fix/ansible-ec2

Make dynamic inventory script ec2.py work
This commit is contained in:
Rob Vermaas
2015-05-04 09:45:24 +00:00
+1 -1
View File
@@ -20,7 +20,7 @@ pythonPackages.buildPythonPackage rec {
dontPatchShebangs = true; dontPatchShebangs = true;
propagatedBuildInputs = with pythonPackages; [ propagatedBuildInputs = with pythonPackages; [
paramiko jinja2 pyyaml httplib2 boto paramiko jinja2 pyyaml httplib2 boto six
]; ];
postFixup = '' postFixup = ''