From 057215b7190181f6557c7caae1848364e8c4ccbb Mon Sep 17 00:00:00 2001 From: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com> Date: Fri, 8 Nov 2024 14:49:33 -0700 Subject: [PATCH] Tools: Add wsproto to ubuntu python deps * Used in pymavlink to add websocket output Signed-off-by: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com> --- Tools/environment_install/install-prereqs-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/environment_install/install-prereqs-ubuntu.sh b/Tools/environment_install/install-prereqs-ubuntu.sh index 16332a6e7a..7f5c075a82 100755 --- a/Tools/environment_install/install-prereqs-ubuntu.sh +++ b/Tools/environment_install/install-prereqs-ubuntu.sh @@ -164,7 +164,7 @@ fi # Lists of packages to install BASE_PKGS="build-essential ccache g++ gawk git make wget valgrind screen python3-pexpect" PYTHON_PKGS="future lxml pymavlink pyserial MAVProxy geocoder empy==3.3.4 ptyprocess dronecan" -PYTHON_PKGS="$PYTHON_PKGS flake8 junitparser" +PYTHON_PKGS="$PYTHON_PKGS flake8 junitparser wsproto" # add some Python packages required for commonly-used MAVProxy modules and hex file generation: if [[ $SKIP_AP_EXT_ENV -ne 1 ]]; then