pythonPackages.ansible2: Add netaddr dependency
This commit adds support for ansible's "ipaddr" filter
This commit is contained in:
parent
cdd0a5beab
commit
61548a0baa
@ -913,6 +913,7 @@ in modules // {
|
|||||||
|
|
||||||
propagatedBuildInputs = with self; [
|
propagatedBuildInputs = with self; [
|
||||||
pycrypto paramiko jinja2 pyyaml httplib2 boto six readline
|
pycrypto paramiko jinja2 pyyaml httplib2 boto six readline
|
||||||
|
netaddr
|
||||||
] ++ optional windowsSupport pywinrm;
|
] ++ optional windowsSupport pywinrm;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user