summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Erki <erkiferenc@gmail.com>2017-09-08 13:37:53 +0200
committerSven Wegener <swegener@gentoo.org>2017-09-08 12:33:19 +0000
commit45a2dd363d1049d6b762d6c7e04a08701ae5b498 (patch)
tree6124fd3f905e3ccb51dd8c721499a095dee8c5e7
parentmail-filter/libspf2: fix building with GCC5, bug #570486 (diff)
downloadgentoo-45a2dd363d1049d6b762d6c7e04a08701ae5b498.tar.gz
gentoo-45a2dd363d1049d6b762d6c7e04a08701ae5b498.tar.bz2
gentoo-45a2dd363d1049d6b762d6c7e04a08701ae5b498.zip
app-admin/ansible: add netaddr dependency
Otherwise it complains about `AnsibleFilterError: The ipv4 filter requires python-netaddr be installed on the ansible controller` Package-Manager: Portage-2.3.6, Repoman-2.3.1
-rw-r--r--app-admin/ansible/ansible-2.3.2.0-r2.ebuildansible-2.3.2.0-r1.ebuild (renamed from app-admin/ansible/ansible-2.3.2.0-r1.ebuild)1
-rw-r--r--app-admin/ansible/ansible-9999.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/app-admin/ansible/ansible-2.3.2.0-r1.ebuild b/app-admin/ansible/ansible-2.3.2.0-r2.ebuildansible-2.3.2.0-r1.ebuild
index b51950900bf1..aff0f1b8ef36 100644
--- a/app-admin/ansible/ansible-2.3.2.0-r1.ebuild
+++ b/app-admin/ansible/ansible-2.3.2.0-r2.ebuildansible-2.3.2.0-r1.ebuild
@@ -28,6 +28,7 @@ RDEPEND="
)
dev-python/httplib2[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
+ dev-python/netaddr[${PYTHON_USEDEP}]
net-misc/sshpass
virtual/ssh
"
diff --git a/app-admin/ansible/ansible-9999.ebuild b/app-admin/ansible/ansible-9999.ebuild
index b0d2a5c8be6a..114b173baeee 100644
--- a/app-admin/ansible/ansible-9999.ebuild
+++ b/app-admin/ansible/ansible-9999.ebuild
@@ -25,6 +25,7 @@ RDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/httplib2[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
+ dev-python/netaddr[${PYTHON_USEDEP}]
app-text/asciidoc
net-misc/sshpass
virtual/ssh