mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
pythonPackages.ansible: Add netaddr dependency
This commit adds support for ansible's "ipaddr" filter
This commit is contained in:
parent
61548a0baa
commit
76b696d7db
|
@ -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