From 40bb1676b5e102e0fead006336d8ada54fb49ece Mon Sep 17 00:00:00 2001 From: Felipe Reyes Date: Mon, 3 Oct 2022 16:34:04 -0300 Subject: [PATCH] Add bindep.txt bindep.txt allows zuul to install the deb dependencies needed to run the unittest, these are needed to run py310. Change-Id: I1f8ef19905d899c32b90ba62c722358f03b54831 --- 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..bdbe8d5 --- /dev/null +++ b/bindep.txt @@ -0,0 +1,3 @@ +libffi-dev [platform:dpkg] +libxml2-dev [platform:dpkg] +libxslt1-dev [platform:dpkg]