From af678755589f08618c3aaf8172fb00ad2ac21206 Mon Sep 17 00:00:00 2001
From: Dean Troyer <dtroyer@gmail.com>
Date: Tue, 6 Aug 2019 14:04:37 -0500
Subject: [PATCH] Add bindep.txt to install libxml2

Sometime between Jun 19 2019 and today (Aug 6 2019) xmllint
is no longer available by default or via another route,
we need to install it ourselves.

Change-Id: I40e4d376b90e4aa7a1e5fb52d84b41b18000f4b4
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
---
 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 0000000..3ba8ee8
--- /dev/null
+++ b/bindep.txt
@@ -0,0 +1,2 @@
+libxml2-utils [platform:dpkg]
+libxml2 [platform:rpm]