bindep: add unzip and bzip2 for rpm platform

This change adds unzip and bzip2 to the rpm platform bindep so that executor
can run the fetch-sphinx-tarball role from zuul-jobs.

Change-Id: Ibe679af11b88b0912afd6d3e35a0ef9ed3fb2c8b
This commit is contained in:
Tristan Cacqueray 2019-08-25 19:44:32 +00:00
parent b48b1e0219
commit 0ce741d575
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@ rsync
curl curl
gettext [platform:apk] gettext [platform:apk]
unzip [platform:apk] unzip [platform:apk]
unzip [platform:rpm]
bzip2 [platform:rpm]
openssh-client [platform:debian platform:apk] openssh-client [platform:debian platform:apk]
openssh [platform:rpm] openssh [platform:rpm]
coreutils [platform:apk] coreutils [platform:apk]