From 47671f7cc1125c50f8da410db8f06e81c2e2595e Mon Sep 17 00:00:00 2001 From: Tobias Henkel Date: Wed, 25 Mar 2020 12:18:12 +0100 Subject: [PATCH] Install unzip on all platforms It's already installed on rpm and apk but missing on ubuntu platforms where it's not necessarily pre-installed so pull it in for all platforms. This is required by fetch-sphinx-tarball of zuul-jobs so it should be in every zuul deployment. Change-Id: I5fb32826053ce7fe0229cea9ca89d2f7244d4044 --- bindep.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bindep.txt b/bindep.txt index 3248cbaab8..313d227542 100644 --- a/bindep.txt +++ b/bindep.txt @@ -50,8 +50,7 @@ git rsync curl gettext [platform:apk] -unzip [platform:apk] -unzip [platform:rpm] +unzip bzip2 openssh-client [platform:debian platform:apk] openssh [platform:rpm]