ansible2: add readline lib as dependency

This is required for the `ansible-console` command to work (which was added in
Ansible v2.1.0.0).
This commit is contained in:
Aaron Bull Schaefer 2016-05-27 15:47:10 -07:00
parent f669509e05
commit 980805c486

View file

@ -850,7 +850,7 @@ in modules // {
windowsSupport = true;
propagatedBuildInputs = with self; [
paramiko jinja2 pyyaml httplib2 boto six
paramiko jinja2 pyyaml httplib2 boto six readline
] ++ optional windowsSupport pywinrm;
meta = with stdenv.lib; {