mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue