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:
commit
70a7005fb1
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue