From 98f5022d678aac2b0c395694bf49c745ece6eacd Mon Sep 17 00:00:00 2001 From: Johan Geluk Date: Sun, 6 Aug 2023 11:49:42 +0200 Subject: pythonPackages.ansible,pythonPackages.ansible-core: add ansible-pylibssh dependency --- pkgs/development/python-modules/ansible/core.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/development/python-modules/ansible/core.nix') diff --git a/pkgs/development/python-modules/ansible/core.nix b/pkgs/development/python-modules/ansible/core.nix index 241e9cbd034..17bfb420372 100644 --- a/pkgs/development/python-modules/ansible/core.nix +++ b/pkgs/development/python-modules/ansible/core.nix @@ -13,6 +13,7 @@ , ncclient , packaging , paramiko +, ansible-pylibssh , passlib , pexpect , psutil @@ -63,6 +64,7 @@ buildPythonPackage rec { lxml ncclient paramiko + ansible-pylibssh pexpect psutil pycrypto -- cgit 1.4.1