mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
pythonPackages.ansible: Add netaddr dependency
This commit adds support for ansible's "ipaddr" filter
This commit is contained in:
parent
61548a0baa
commit
76b696d7db
1 changed files with 1 additions and 0 deletions
|
@ -877,6 +877,7 @@ in modules // {
|
|||
|
||||
propagatedBuildInputs = with self; [
|
||||
pycrypto paramiko jinja2 pyyaml httplib2 boto six
|
||||
netaddr
|
||||
] ++ optional windowsSupport pywinrm;
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue