From c9c0e370392915671063b43cb706adcabb06916a Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 31 Mar 2014 13:29:18 +0200 Subject: [PATCH] Update openSUSE-13.1 dependencies The package libxml2-python was replaced by python-libxml2 since 12.2. Rather use mariadb instead of mysql-community-server since the package receives far more attention. Change-Id: I8514048d05731750684862aa1e94331d7f602b68 --- files/rpms-suse/neutron | 2 +- files/rpms-suse/nova | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files/rpms-suse/neutron b/files/rpms-suse/neutron index e9ccf5921b..462513d977 100644 --- a/files/rpms-suse/neutron +++ b/files/rpms-suse/neutron @@ -3,7 +3,7 @@ dnsmasq-utils # dist:opensuse-12.3 ebtables iptables iputils -mysql-community-server # NOPRIME +mariadb # NOPRIME python-boto python-eventlet python-greenlet diff --git a/files/rpms-suse/nova b/files/rpms-suse/nova index ee4917d702..ee75966e94 100644 --- a/files/rpms-suse/nova +++ b/files/rpms-suse/nova @@ -12,8 +12,7 @@ kvm # NOPRIME qemu # NOPRIME libvirt # NOPRIME libvirt-python # NOPRIME -libxml2-python -mysql-community-server # NOPRIME +mariadb # NOPRIME parted polkit python-M2Crypto @@ -31,6 +30,7 @@ python-feedparser python-greenlet python-iso8601 python-kombu +python-libxml2 python-lockfile python-lxml # needed for glance which is needed for nova --- this shouldn't be here python-mox