mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03: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 New Issue
Block a user