From 2d81894b068a1e010ab4b95955d4eb67208ed176 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Fri, 20 Apr 2018 08:57:53 +0100 Subject: [PATCH] Remove perl library from Ubuntu installs It seems that the package was added a long time ago [1], and might have been needed for the percona tooling. This makes sense if we're downloading the dep - but we're no longer doing that and can rely on apt's resolver to find the correct packages. Even then, this is the client install and doesn't use percona anyway. [1] https://review.openstack.org/238748 Change-Id: I9a9f877e818c94954e7fb3e86edef7295c51d2e2 --- vars/ubuntu-16.04.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/vars/ubuntu-16.04.yml b/vars/ubuntu-16.04.yml index b0d1cd7..644d139 100644 --- a/vars/ubuntu-16.04.yml +++ b/vars/ubuntu-16.04.yml @@ -24,7 +24,6 @@ galera_client_distro_packages: - build-essential - libaio1 - libc6 - - libdbd-mysql-perl - libgcc1 - libgcrypt20 - libmariadbclient-dev