03ef355588
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>
11 lines
403 B
Plaintext
11 lines
403 B
Plaintext
# 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 and pkg-config are required to compile libvirt-python package.
|
|
libvirt-dev [platform:dpkg]
|
|
pkg-config [platform:dpkg]
|
|
|
|
libxml2-dev [platform:dpkg test]
|
|
libxslt-devel [platform:rpm test]
|
|
libxslt1-dev [platform:dpkg test]
|