mirror of https://github.com/ArduPilot/ardupilot
Tools: Add astyle dependency
Signed-off-by: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com>
This commit is contained in:
parent
25a6d579eb
commit
1e7cd71ad6
|
@ -162,7 +162,7 @@ else
|
|||
fi
|
||||
|
||||
# Lists of packages to install
|
||||
BASE_PKGS="build-essential ccache g++ gawk git make wget valgrind screen python3-pexpect"
|
||||
BASE_PKGS="build-essential ccache g++ gawk git make wget valgrind screen python3-pexpect astyle"
|
||||
PYTHON_PKGS="future lxml pymavlink pyserial MAVProxy geocoder empy==3.3.4 ptyprocess dronecan"
|
||||
PYTHON_PKGS="$PYTHON_PKGS flake8 junitparser wsproto"
|
||||
|
||||
|
|
Loading…
Reference in New Issue