1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

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
commit 70a7005fb1

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; {