ansible: add jmespath dependency

This commit is contained in:
Meghea Iulian 2018-08-19 17:23:06 +03:00
parent 035906ce66
commit 4f0e53da94

View file

@ -30,7 +30,7 @@ let
dontPatchShebangs = false;
propagatedBuildInputs = with py.pkgs; [
pycrypto paramiko jinja2 pyyaml httplib2 boto six netaddr dnspython
pycrypto paramiko jinja2 pyyaml httplib2 boto six netaddr dnspython jmespath
] ++ stdenv.lib.optional windowsSupport pywinrm;
meta = with stdenv.lib; {