From d6e4db4d0f0962e95d2c394d2d486c8c214fa09c Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 3 Aug 2019 11:16:39 +0200 Subject: [PATCH] Add bindep to fix py37 tests The py37 job needs some extra packages to build some wheels, add those via bindep file. Change-Id: I0906666b179b1b2f66c489eb862cac068a413377 --- bindep.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bindep.txt diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 0000000..a6e42f4 --- /dev/null +++ b/bindep.txt @@ -0,0 +1,6 @@ +pkg-config [platform:dpkg platform:suse] +pkgconfig [platform:redhat] +libvirt-dev [platform:dpkg] +libvirt-devel [platform:rpm] +app-emulation/libvirt [platform:gentoo] +libvirt-python [platform:rpm]