From f39fd1a41e0344630af8cb420e0c2249f2a1c123 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Tue, 3 Mar 2020 18:36:58 +0100 Subject: [PATCH] testnode: use Python 3 in openSUSE Leap 15.2 We should not be using Python 2 at all... Signed-off-by: Nathan Cutler --- roles/testnode/vars/opensuse_leap_15.2.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/roles/testnode/vars/opensuse_leap_15.2.yml b/roles/testnode/vars/opensuse_leap_15.2.yml index 4e9d8a04..4b9c4d8e 100644 --- a/roles/testnode/vars/opensuse_leap_15.2.yml +++ b/roles/testnode/vars/opensuse_leap_15.2.yml @@ -2,18 +2,20 @@ # vars specific to OpenSuse Leap 15.2 packages_to_remove: - gettext-runtime-mini + - python + - python-base packages: + - python3-base - lsb-release - sysstat - gdb - make + - zypper - git -# - python-configobj + - python3-configobj # for running ceph - libedit0 -# - libboost_thread1_54_0 - - libboost_thread1_66_0 - xfsprogs - podman - gptfdisk @@ -29,7 +31,7 @@ packages: # used by workunits - attr - valgrind - - python-nose + - python3-nose - ant # - iozone ### @@ -45,8 +47,8 @@ packages: ### # for blktrace and seekwatcher - blktrace -# - python-numpy -# - python-matplotlib + - python3-numpy + - python3-matplotlib ### # for qemu - qemu-kvm