From 84ebee12c9480983cf2eebfffe261042b6d0fb8c Mon Sep 17 00:00:00 2001 From: Anton Studenov Date: Fri, 30 Dec 2016 18:37:41 +0300 Subject: [PATCH] [install] Add iputils to bindep iputils contain ping command required for VMTasks.boot_runcommand_delete scenario. Closes-bug: #1635165 Change-Id: I3997f5cba4667ca5bbd7b358976e18a679d3ae86 --- bindep.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bindep.txt b/bindep.txt index 138a63fa..c857bb6d 100644 --- a/bindep.txt +++ b/bindep.txt @@ -19,3 +19,5 @@ postgresql93-devel [platform:opensuse] python-dev [platform:dpkg] python-devel [platform:rpm] redhat-rpm-config [platform:rpm] +iputils-ping [platform:dpkg] +iputils [platform:rpm]