Skip to content

Commit cc4e1f6

Browse files
authored
Merge pull request NixOS#236724 from mweinelt/ansible-passlib
python310Packages.ansible-core: provide passlib
2 parents 0b23874 + f3f38a2 commit cc4e1f6

File tree

1 file changed

+2
-1
lines changed
  • pkgs/development/python-modules/ansible

1 file changed

+2
-1
lines changed

pkgs/development/python-modules/ansible/core.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{ lib
2-
, callPackage
32
, buildPythonPackage
43
, fetchPypi
54
, installShellFiles
@@ -11,6 +10,7 @@
1110
, ncclient
1211
, packaging
1312
, paramiko
13+
, passlib
1414
, pexpect
1515
, psutil
1616
, pycrypto
@@ -50,6 +50,7 @@ buildPythonPackage rec {
5050
cryptography
5151
jinja2
5252
packaging
53+
passlib
5354
pyyaml
5455
resolvelib # This library is a PITA, since ansible requires a very old version of it
5556
# optional dependencies

0 commit comments

Comments
 (0)