Merge pull request #45335 from plumelo/feature/ansible-jmespath
ansible: add jmespath dependency
This commit is contained in:
commit
367b90a760
@ -30,7 +30,7 @@ let
|
|||||||
dontPatchShebangs = false;
|
dontPatchShebangs = false;
|
||||||
|
|
||||||
propagatedBuildInputs = with py.pkgs; [
|
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;
|
] ++ stdenv.lib.optional windowsSupport pywinrm;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user