It appears Focal doesn't come with python2 anything so the python2 packages are no longer "common" across all Ubuntu distros.
I moved them out of `common_packages` and added them to the appropriate package lists for each distro_majorversion.yml back to Xenial.
Signed-off-by: David Galloway <dgallowa@redhat.com>
- libfcgi0ldbl
###
# for s3 tests
- - python-virtualenv
- python-dev
- libev-dev
###
- build-essential
- sysstat
- gdb
- - python-configobj
- - python-gevent
# for running ceph
- libedit2
- cryptsetup-bin
# for setting BIOS settings
###
- libuuid1
- - btrfs-tools
# for compiling helpers and such
- libatomic-ops-dev
###
- dbench
- bonnie++
- valgrind
- - python-nose
- ant
###
# used by the xfstests tasks
- collectl
# for blktrace and seekwatcher
- blktrace
- - python-numpy
- - python-matplotlib
###
# qemu
- genisoimage
- libboost-thread1.58.0
- mpich
- qemu-system-x86
+ - python-virtualenv
+ - python-configobj
+ - python-gevent
+ - python-numpy
+ - python-matplotlib
+ - python-nose
+ - btrfs-tools
# - blkin
- lttng-tools
###
packages:
- mpich
- qemu-system-x86
+ - python-virtualenv
+ - python-configobj
+ - python-gevent
+ - python-numpy
+ - python-matplotlib
+ - python-nose
+ - btrfs-tools
# - blkin
- lttng-tools
# for building xfstests #18067
--- /dev/null
+---
+packages:
+ - mpich
+ - qemu-system-x86
+# - blkin
+ - lttng-tools
+ # for building xfstests #18067
+ - libtool-bin
+ # for ceph-daemon (no podman on ubuntu/debian, yet)
+ - docker.io
+ # qa/workunits/rbd/test_librbd_python.sh
+ - python3-nose
+ # python3 version of deps
+ - python3-virtualenv
+ - python3-configobj
+ - python3-gevent
+ - python3-numpy
+ - python3-matplotlib
+ - python3-setuptools
+
+non_aarch64_packages:
+ - libgoogle-perftools4
+ - iozone3
+
+non_aarch64_packages_to_upgrade: []