Add "six" as dependency
Ansible's official dynamic inventory script for AWS, ec2.py, requires python library `six` to work properly. This commit adds the library as a dependency.
This commit is contained in:
parent
74742ad584
commit
cecae8262a
@ -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 = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user