From 03ef3555888fdd0ea38b4edfdc093382071f1031 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Sat, 1 Aug 2020 19:08:49 -0500 Subject: [PATCH] [goal] Migrate testing to ubuntu focal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- bindep.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bindep.txt b/bindep.txt index 49a67e1..ba5c3c6 100644 --- a/bindep.txt +++ b/bindep.txt @@ -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]