Tools: pexpect python dependency used by autotest

This commit is contained in:
Dr Nic Williams 2019-03-23 15:19:17 +11:00 committed by Peter Barker
parent d4fe65b43c
commit 9cab607d0a

View File

@ -26,7 +26,7 @@ else
echo "pip installed" echo "pip installed"
fi fi
pip2 install --user pyserial future empy mavproxy pip2 install --user pyserial future empy mavproxy pexpect
SCRIPT_DIR=$(dirname $(realpath ${BASH_SOURCE[0]})) SCRIPT_DIR=$(dirname $(realpath ${BASH_SOURCE[0]}))
ARDUPILOT_ROOT=$(realpath "$SCRIPT_DIR/../../") ARDUPILOT_ROOT=$(realpath "$SCRIPT_DIR/../../")