[goal] Migrate testing to ubuntu focal

As per victoria cycle testing runtime and community goal[1]
we need to migrate upstream CI/CD to Ubuntu Focal(20.04).

removing the python-libvirt from bindep as that is py2 things and not
available/needed for Focal/Victoria testing.

Story: #2007865
Task: #40195

[1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal


Change-Id: I231d34b2b45db426e4bb76026eb9fc441d706ed5
Co-Authored-By: Radosław Piliszek <radoslaw.piliszek@gmail.com>
This commit is contained in:
Ghanshyam Mann 2020-08-01 19:08:49 -05:00 committed by Radosław Piliszek
parent be1173e853
commit 03ef355588

View File

@ -1,9 +1,8 @@
# This is a cross-platform list tracking distribution packages needed for install and tests;
# see https://docs.openstack.org/infra/bindep/ for additional information.
# libvirt-dev is needed by libvirt library.
# libvirt-dev and pkg-config are required to compile libvirt-python package.
libvirt-dev [platform:dpkg]
python-libvirt [platform:dpkg]
pkg-config [platform:dpkg]
libxml2-dev [platform:dpkg test]