summary refs log tree commit diff
path: root/pkgs/development/python-modules/ansible/core.nix
diff options
context:
space:
mode:
authorJohan Geluk <johan@geluk.io>2023-08-06 11:49:42 +0200
committerJohan Geluk <johan@geluk.io>2023-08-24 21:18:29 +0200
commit98f5022d678aac2b0c395694bf49c745ece6eacd (patch)
tree10f0d5abcab7f63509206bf256cbb138e3f5a31d /pkgs/development/python-modules/ansible/core.nix
parentaebb003f2f9b40823ea6da62dea6945f92c9722f (diff)
downloadnixpkgs-98f5022d678aac2b0c395694bf49c745ece6eacd.tar
nixpkgs-98f5022d678aac2b0c395694bf49c745ece6eacd.tar.gz
nixpkgs-98f5022d678aac2b0c395694bf49c745ece6eacd.tar.bz2
nixpkgs-98f5022d678aac2b0c395694bf49c745ece6eacd.tar.lz
nixpkgs-98f5022d678aac2b0c395694bf49c745ece6eacd.tar.xz
nixpkgs-98f5022d678aac2b0c395694bf49c745ece6eacd.tar.zst
nixpkgs-98f5022d678aac2b0c395694bf49c745ece6eacd.zip
pythonPackages.ansible,pythonPackages.ansible-core: add ansible-pylibssh dependency
Diffstat (limited to 'pkgs/development/python-modules/ansible/core.nix')
-rw-r--r--pkgs/development/python-modules/ansible/core.nix2
1 files changed, 2 insertions, 0 deletions
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