ansible: add dnspython, required for the ansible dig lookup
add dnspython to 'collect requirements' list add ansible@2.3 alias Closes #13571. Signed-off-by: JCount <JCount42@gmail.com>
This commit is contained in:
parent
69db68078f
commit
ac16f98bcf
2 changed files with 6 additions and 1 deletions
|
@ -23,7 +23,6 @@ class Ansible < Formula
|
|||
# Collect requirements from:
|
||||
# ansible
|
||||
# docker-py
|
||||
# pyrax (Rackspace)
|
||||
# shade (OpenStack)
|
||||
# pywinrm (Windows)
|
||||
# kerberos (Windows)
|
||||
|
@ -36,6 +35,7 @@ class Ansible < Formula
|
|||
# passlib (htpasswd core module)
|
||||
# zabbix-api (Zabbix extras module)
|
||||
# junos-eznc (Juniper device support)
|
||||
# dnspython (DNS Lookup - dig)
|
||||
|
||||
### setup_requires dependencies
|
||||
resource "pbr" do
|
||||
|
@ -159,6 +159,11 @@ class Ansible < Formula
|
|||
sha256 "36d2a2356ca89fb73f72bfb866a2f28e183535a7f131a3b34036bc48590165b6"
|
||||
end
|
||||
|
||||
resource "dnspython" do
|
||||
url "https://files.pythonhosted.org/packages/e4/96/a598fa35f8a625bc39fed50cdbe3fd8a52ef215ef8475c17cabade6656cb/dnspython-1.15.0.zip"
|
||||
sha256 "40f563e1f7a7b80dc5a4e76ad75c23da53d62f1e15e6e517293b04e1f84ead7c"
|
||||
end
|
||||
|
||||
resource "docker-py" do
|
||||
url "https://files.pythonhosted.org/packages/fa/2d/906afc44a833901fc6fed1a89c228e5c88fbfc6bd2f3d2f0497fdfb9c525/docker-py-1.10.6.tar.gz"
|
||||
sha256 "4c2a75875764d38d67f87bc7d03f7443a3895704efc57962bdf6500b8d4bc415"
|
||||
|
|
Loading…
Reference in a new issue