vars: SUSE: Drop python-pycrypto from SUSE packages

Commit c41b80cee9 ("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: c41b80cee9 ("Remove python-crypto and use in-repo GPG keys")
Change-Id: If8fc1641cc26e98e2851ccae95827fcfc4794282
This commit is contained in:
Markos Chandras 2018-07-16 19:13:34 +01:00
parent 6191d3afcb
commit fddfad4cc2
1 changed files with 0 additions and 1 deletions

View File

@ -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"