Merge pull request #45335 from plumelo/feature/ansible-jmespath

ansible: add jmespath dependency
This commit is contained in:
Sarah Brofeldt 2018-08-19 20:46:42 +02:00 committed by GitHub
commit 367b90a760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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; {