ansible: add jmespath dependency
This commit is contained in:
parent
035906ce66
commit
4f0e53da94
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user