From 26f603d4f88b8f5265548a849de52f498044ceda Mon Sep 17 00:00:00 2001 From: Greg Kurz Date: Mon, 2 Dec 2019 15:29:20 +0100 Subject: [PATCH] travis.yml: Drop libcap-dev MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Commit 7e46261368d1 converted virtfs-proxy-helper to using libcap-ng. There aren't any users of libcap anymore. No need to install libcap-dev. Signed-off-by: Greg Kurz Reviewed-by: Thomas Huth Reviewed-by: Philippe Mathieu-Daudé Acked-by: Alex Bennée --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 445b0646c1..6cb8af6fa5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,6 @@ addons: - libaio-dev - libattr1-dev - libbrlapi-dev - - libcap-dev - libcap-ng-dev - libgcc-4.8-dev - libgnutls28-dev -- 2.11.4.GIT