mirror of https://github.com/ArduPilot/ardupilot
Tools: add junitparser to default install
skip-checks: true
This commit is contained in:
parent
3d379c2b07
commit
aaa56699dd
|
@ -159,7 +159,7 @@ if [[ $DO_AP_STM_ENV -eq 1 ]]; then
|
|||
install_arm_none_eabi_toolchain
|
||||
fi
|
||||
|
||||
PYTHON_PKGS="future lxml pymavlink MAVProxy pexpect geocoder flake8 empy dronecan"
|
||||
PYTHON_PKGS="future lxml pymavlink MAVProxy pexpect geocoder flake8 junitparser empy dronecan"
|
||||
# add some Python packages required for commonly-used MAVProxy modules and hex file generation:
|
||||
if [[ $SKIP_AP_EXT_ENV -ne 1 ]]; then
|
||||
PYTHON_PKGS="$PYTHON_PKGS intelhex gnureadline"
|
||||
|
|
|
@ -153,7 +153,7 @@ fi
|
|||
# Lists of packages to install
|
||||
BASE_PKGS="build-essential ccache g++ gawk git make wget valgrind screen"
|
||||
PYTHON_PKGS="future lxml pymavlink pyserial MAVProxy pexpect geocoder empy ptyprocess dronecan"
|
||||
PYTHON_PKGS="$PYTHON_PKGS flake8"
|
||||
PYTHON_PKGS="$PYTHON_PKGS flake8 junitparser"
|
||||
|
||||
# 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