From d3b4d7df1707d59558c4b42c61c5091170272cb9 Mon Sep 17 00:00:00 2001 From: Ryan Friedman Date: Tue, 31 Oct 2023 20:23:02 -0600 Subject: [PATCH] Tools: Add xmllint to dependencies Signed-off-by: Ryan Friedman --- Tools/environment_install/install-prereqs-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/environment_install/install-prereqs-ubuntu.sh b/Tools/environment_install/install-prereqs-ubuntu.sh index 6fa833120a0ffe..7d4b44d76743c5 100755 --- a/Tools/environment_install/install-prereqs-ubuntu.sh +++ b/Tools/environment_install/install-prereqs-ubuntu.sh @@ -151,7 +151,7 @@ else fi # Lists of packages to install -BASE_PKGS="build-essential ccache g++ gawk git make wget valgrind screen" +BASE_PKGS="build-essential ccache g++ gawk git make wget valgrind screen libxml2-utils" PYTHON_PKGS="future lxml pymavlink pyserial MAVProxy pexpect geocoder empy ptyprocess dronecan" PYTHON_PKGS="$PYTHON_PKGS flake8 junitparser"