mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 15:53:56 -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"
|
OPT="/opt"
|
||||||
BASE_PKGS="build-essential ccache g++ gawk git make wget"
|
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 \
|
PX4_PKGS="python-argparse openocd flex bison libncurses5-dev \
|
||||||
autoconf texinfo libftdi-dev zlib1g-dev \
|
autoconf texinfo libftdi-dev zlib1g-dev \
|
||||||
zip genromfs python-empy cmake cmake-data"
|
zip genromfs python-empy cmake cmake-data"
|
||||||
|
Loading…
Reference in New Issue
Block a user