From 98f5022d678aac2b0c395694bf49c745ece6eacd Mon Sep 17 00:00:00 2001 From: Johan Geluk Date: Sun, 6 Aug 2023 11:49:42 +0200 Subject: [PATCH] pythonPackages.ansible,pythonPackages.ansible-core: add ansible-pylibssh dependency --- pkgs/development/python-modules/ansible/core.nix | 2 ++ pkgs/development/python-modules/ansible/default.nix | 3 +++ 2 files changed, 5 insertions(+) diff --git a/pkgs/development/python-modules/ansible/core.nix b/pkgs/development/python-modules/ansible/core.nix index 241e9cbd034f..17bfb4203720 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 diff --git a/pkgs/development/python-modules/ansible/default.nix b/pkgs/development/python-modules/ansible/default.nix index f4fed78d6204..9da23d3fc09b 100644 --- a/pkgs/development/python-modules/ansible/default.nix +++ b/pkgs/development/python-modules/ansible/default.nix @@ -7,6 +7,7 @@ , ncclient , netaddr , paramiko +, ansible-pylibssh , pynetbox , scp , textfsm @@ -45,6 +46,7 @@ buildPythonPackage { ncclient netaddr paramiko + ansible-pylibssh xmltodict # ansible.posix # ansible.utils @@ -62,6 +64,7 @@ buildPythonPackage { jxmlease ncclient paramiko + ansible-pylibssh scp xmltodict ] ++ lib.optionals (withNetbox) [