From 154a7b7d41193e27826f9883f704796b7deed6dc Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 29 Mar 2019 09:43:08 +0100 Subject: bootstrap/config.py: add patch, rsync and tar Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider --- bootstrap/config.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bootstrap/config.py') diff --git a/bootstrap/config.py b/bootstrap/config.py index e4c42c7b8e7..33f2df01132 100644 --- a/bootstrap/config.py +++ b/bootstrap/config.py @@ -42,11 +42,14 @@ COMMON = [ 'git', 'htop', 'make', + 'patch', 'perl', 'psmisc', # for pstree in test 'rng-tools', + 'rsync', 'sed', 'sudo', # docker images has no sudo by default + 'tar', 'tree', ] -- cgit v1.2.1