mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Tools: Update ubuntu script to add pexpect
pexpect is used in autotest Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
This commit is contained in:
parent
7b54103271
commit
0e5f9454dd
@ -5,7 +5,7 @@ set -x
|
||||
|
||||
OPT="/opt"
|
||||
BASE_PKGS="build-essential ccache g++ gawk git make wget"
|
||||
PYTHON_PKGS="future lxml pymavlink MAVProxy"
|
||||
PYTHON_PKGS="future lxml pymavlink MAVProxy pexpect"
|
||||
PX4_PKGS="python-argparse openocd flex bison libncurses5-dev \
|
||||
autoconf texinfo libftdi-dev zlib1g-dev \
|
||||
zip genromfs python-empy cmake cmake-data"
|
||||
|
Loading…
Reference in New Issue
Block a user