From 699651e306c5c5aaa263b117240bbf23f11318ba Mon Sep 17 00:00:00 2001 From: Pierre Kancir Date: Thu, 10 Mar 2022 22:21:11 +0100 Subject: [PATCH] Tools: add pexpect on Arch env --- Tools/environment_install/install-prereqs-arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/environment_install/install-prereqs-arch.sh b/Tools/environment_install/install-prereqs-arch.sh index 908fc08c37..1b901c2158 100755 --- a/Tools/environment_install/install-prereqs-arch.sh +++ b/Tools/environment_install/install-prereqs-arch.sh @@ -26,7 +26,7 @@ BASE_PKGS="base-devel ccache git gsfonts tk wget gcc" SITL_PKGS="python-pip python-setuptools python-wheel wxpython opencv python-numpy python-scipy" PX4_PKGS="lib32-glibc zip zlib ncurses" -PYTHON_PKGS="future lxml pymavlink MAVProxy argparse matplotlib pyparsing geocoder pyserial empy" +PYTHON_PKGS="future lxml pymavlink MAVProxy pexpect argparse matplotlib pyparsing geocoder pyserial empy" # GNU Tools for ARM Embedded Processors # (see https://launchpad.net/gcc-arm-embedded/)