We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3828a36 commit 8987972Copy full SHA for 8987972
scripts/build_debian_packages.sh
@@ -95,7 +95,7 @@ if [[ "$ROS_DISTRO" == "jazzy" || "$ROS_DISTRO" == "kilted" || "$ROS_DISTRO" ==
95
fi
96
97
# Install system dependencies
98
-apt-get install -y build-essential python3-pip python3-bloom python3-rosdep git lsb-release devscripts debhelper fakeroot
+apt-get install -y build-essential python3-pip python3-bloom python3-rosdep git lsb-release devscripts debhelper fakeroot python3-colcon-common-extensions
99
100
# Install Python dependencies
101
if [ -f "requirements.txt" ]; then
0 commit comments