1
0
Fork 1
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:
Jascha Geerds 2016-10-25 14:11:30 +02:00
parent 61548a0baa
commit 76b696d7db

View file

@ -877,6 +877,7 @@ in modules // {
propagatedBuildInputs = with self; [
pycrypto paramiko jinja2 pyyaml httplib2 boto six
netaddr
] ++ optional windowsSupport pywinrm;
meta = {