From fa38fabf197b82ec0d59b919c01c13d9e27ba31e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Lal?= Date: Wed, 24 Mar 2021 14:29:52 +0100 Subject: [PATCH] Add bindep to install required test dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Przemysław Lal Change-Id: Idfafdae10c07d92118b5140010099082ac700d99 --- bindep.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bindep.txt diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 00000000..ba2ccb4b --- /dev/null +++ b/bindep.txt @@ -0,0 +1,4 @@ +libxml2-dev [platform:dpkg test] +libxslt1-dev [platform:dpkg test] +build-essential [platform:dpkg test] +zlib1g-dev [platform:dpkg test]