From e9cd3d917c26bf4a3db303559bd74f0e3b848b31 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Sat, 8 Oct 2022 19:54:19 +0600 Subject: [PATCH] Try to fix --install-layout not recognized issue --- builder/image-build-ros.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/builder/image-build-ros.sh b/builder/image-build-ros.sh index 831536ec..cccb8712 100755 --- a/builder/image-build-ros.sh +++ b/builder/image-build-ros.sh @@ -87,6 +87,8 @@ apt-get install -y python3-bloom debhelper dpkg-dev echo "yaml file:///etc/ros/rosdep/noetic-bullseye.yaml" >> /etc/ros/rosdep/sources.list.d/20-default.list rosdep update +pip3 install setuptools==45.2.0 # https://github.com/ros/catkin/issues/863#issuecomment-1000446018 + for file in `find . -name "package.xml" -not -path "*/debian/*"`; do cd $(dirname ${file}) rm -rf debian