mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
pythonPackages.ansible: Add pycrypto dependency
This used to be propagated by paramiko
This commit is contained in:
parent
5d7777a288
commit
34778273b1
1 changed files with 1 additions and 1 deletions
|
@ -825,7 +825,7 @@ in modules // {
|
|||
windowsSupport = true;
|
||||
|
||||
propagatedBuildInputs = with self; [
|
||||
paramiko jinja2 pyyaml httplib2 boto six
|
||||
pycrypto paramiko jinja2 pyyaml httplib2 boto six
|
||||
] ++ optional windowsSupport pywinrm;
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue