mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
Tools: Add tabulate dependency
* Used in filter_size_compare_branches_csv Signed-off-by: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com>
This commit is contained in:
parent
b7ace6c67b
commit
a7bbb1439c
@ -164,7 +164,7 @@ fi
|
||||
# Lists of packages to install
|
||||
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"
|
||||
PYTHON_PKGS="$PYTHON_PKGS flake8 junitparser wsproto tabulate"
|
||||
|
||||
# add some Python packages required for commonly-used MAVProxy modules and hex file generation:
|
||||
if [[ $SKIP_AP_EXT_ENV -ne 1 ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user