Merge pull request #19867 from guillaumekoenig/fix/ansible-missing-dnspython-dep

ansible: add dnspython dependency
This commit is contained in:
Jascha Geerds
2016-10-25 22:51:36 +02:00
committed by GitHub

View File

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