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:
parent
f669509e05
commit
980805c486
@ -850,7 +850,7 @@ in modules // {
|
|||||||
windowsSupport = true;
|
windowsSupport = true;
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [
|
propagatedBuildInputs = with self; [
|
||||||
paramiko jinja2 pyyaml httplib2 boto six
|
paramiko jinja2 pyyaml httplib2 boto six readline
|
||||||
] ++ optional windowsSupport pywinrm;
|
] ++ optional windowsSupport pywinrm;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user