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:
Paulus Esterhazy 2015-05-04 08:55:12 +02:00
parent 74742ad584
commit cecae8262a

View file

@ -20,7 +20,7 @@ pythonPackages.buildPythonPackage rec {
dontPatchShebangs = true;
propagatedBuildInputs = with pythonPackages; [
paramiko jinja2 pyyaml httplib2 boto
paramiko jinja2 pyyaml httplib2 boto six
];
postFixup = ''