From e3efdf0891d693b066c74ffa8c62138ab01ca93a Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Wed, 8 May 2024 20:34:42 +1000 Subject: [PATCH] Tools: install-prereqs-arch: install pkg_resources Python packete dronecan fails without this --- Tools/environment_install/install-prereqs-arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/environment_install/install-prereqs-arch.sh b/Tools/environment_install/install-prereqs-arch.sh index 965815ec71efc1..21d4d2d6e5aab5 100755 --- a/Tools/environment_install/install-prereqs-arch.sh +++ b/Tools/environment_install/install-prereqs-arch.sh @@ -26,7 +26,7 @@ BASE_PKGS="base-devel ccache git gsfonts tk wget gcc" SITL_PKGS="python-pip python-setuptools python-wheel python-wxpython opencv python-numpy python-scipy" PX4_PKGS="lib32-glibc zip zlib ncurses" -PYTHON_PKGS="future lxml pymavlink MAVProxy pexpect argparse matplotlib pyparsing geocoder pyserial empy==3.3.4 dronecan" +PYTHON_PKGS="future lxml pymavlink MAVProxy pexpect argparse matplotlib pyparsing geocoder pyserial empy==3.3.4 dronecan pkg_resources" # GNU Tools for ARM Embedded Processors # (see https://launchpad.net/gcc-arm-embedded/)