From fddfad4cc2fe95183e8a4078b9ef863193eae19d Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Mon, 16 Jul 2018 19:13:34 +0100 Subject: [PATCH] vars: SUSE: Drop python-pycrypto from SUSE packages Commit c41b80cee994 ("Remove python-crypto and use in-repo GPG keys") removed the ancient python-crypto package from CentOS but it didn't do it for SUSE. Similar to CentOS, we don't need python-crypto anymore for Galera so we can simply drop it. Fixes: c41b80cee994 ("Remove python-crypto and use in-repo GPG keys") Change-Id: If8fc1641cc26e98e2851ccae95827fcfc4794282 --- vars/suse-42.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/vars/suse-42.yml b/vars/suse-42.yml index 20d1d8a3..faf9ec36 100644 --- a/vars/suse-42.yml +++ b/vars/suse-42.yml @@ -31,7 +31,6 @@ galera_server_required_distro_packages: - MariaDB-client - MariaDB-devel - python-MySQL-python # needed by mysql_user - - python2-pycrypto # needed for ssl - xinetd galera_etc_conf_file: "/etc/mysql/my.cnf"