From 35bef871ab069416ed9c49467db420c9d336528d Mon Sep 17 00:00:00 2001 From: Felipe Reyes Date: Mon, 4 Jul 2022 15:49:15 -0400 Subject: [PATCH] Add bindep. Include build dependencies for the python package `lxml`. The file bindep.txt is managed by zuul-jobs to install deb packages needed by the project. Change-Id: I17411e202a5d1ee9179b1b2a8230ce595ce26b5c --- bindep.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bindep.txt diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 0000000..6d7835c --- /dev/null +++ b/bindep.txt @@ -0,0 +1,3 @@ +libxml2-dev [platform:dpkg] +libxslt1-dev [platform:dpkg] +libffi-dev [platform:dpkg]