From e034afced2a59f6ae48fb6fde69e510683415e75 Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Sat, 29 Jun 2019 19:28:40 +0200 Subject: [PATCH] add local bindep.txt Global bindep-fallback.txt was removed [1] and now projects need to have a local bindep.txt to be able to install binary dependencies for testing. [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-June/007272.html Change-Id: Ib14fa37ffab1043a73220e1a31a49954fc968e5a --- bindep.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 bindep.txt diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 00000000..0add7231 --- /dev/null +++ b/bindep.txt @@ -0,0 +1,2 @@ +libvirt-dev [platform:dpkg] +pkg-config [platform:dpkg]