From 1d11db71e8f037ff9d94dcf8622b5aed8b76770c Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Tue, 12 May 2020 15:56:36 +0300 Subject: [PATCH] Remove gzip installation Since we do not compress logs in CI no reason to have gzip in bindep file. Change-Id: Ibbaef0cb0381d9859747b69d613c50f17ab11176 --- bindep.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/bindep.txt b/bindep.txt index a27fb5d0..14f3d5f3 100644 --- a/bindep.txt +++ b/bindep.txt @@ -47,6 +47,3 @@ git [platform:gentoo] # For SELinux libselinux-python3 [platform:redhat] libsemanage-python3 [platform:redhat] - -# Required for compressing collected log files in CI -gzip