From a8845d81d8f212df360ac0679cfb9d040438ba40 Mon Sep 17 00:00:00 2001 From: Mikael Arguedas Date: Fri, 5 Jun 2020 08:54:04 +0200 Subject: [PATCH] python3-rosdep-modules not side by side installable due to https://github.com/ros-infrastructure/rosdep/issues/759 Signed-off-by: Mikael Arguedas --- ros/.config/ros2/images.yaml.em | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ros/.config/ros2/images.yaml.em b/ros/.config/ros2/images.yaml.em index 1c44e7cd3..a2d69fad4 100644 --- a/ros/.config/ros2/images.yaml.em +++ b/ros/.config/ros2/images.yaml.em @@ -44,7 +44,9 @@ images: - roscpp-tutorials - rospy-tutorials downstream_packages: - # Following packages get uninstalled when installing ROS 1 - # So we reinstall them manually - - python3-rosdep-modules + # The Python 3 version of rosdep get uninstalled when installign ROS 1 + # We install the Python 2 version manually to not conflict and allow consumers to use the CLI tool - python-rosdep + # Currently not side-by-side installable with python2 version + # https://github.com/ros-infrastructure/rosdep/issues/759 + # - python3-rosdep-modules