Skip to content

Commit

Permalink
testnode: use Python 3 in openSUSE Leap 15.2
Browse files Browse the repository at this point in the history
We should not be using Python 2 at all...

Signed-off-by: Nathan Cutler <[email protected]>
  • Loading branch information
smithfarm committed Mar 3, 2020
1 parent 1912893 commit f39fd1a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions roles/testnode/vars/opensuse_leap_15.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -29,7 +31,7 @@ packages:
# used by workunits
- attr
- valgrind
- python-nose
- python3-nose
- ant
# - iozone
###
Expand All @@ -45,8 +47,8 @@ packages:
###
# for blktrace and seekwatcher
- blktrace
# - python-numpy
# - python-matplotlib
- python3-numpy
- python3-matplotlib
###
# for qemu
- qemu-kvm
Expand Down

0 comments on commit f39fd1a

Please sign in to comment.