Skip to content

Commit 992b08b

Browse files
Remove "rclrs" duplicate dependency (#1197) (#1198)
(cherry picked from commit e7bb62e) Signed-off-by: Bartlomiej Styczen <styczen.bartlomiej@gmail.com> Co-authored-by: Bartlomiej Styczen <styczen.bartlomiej@gmail.com>
1 parent 348c2af commit 992b08b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ros2pkg/ros2pkg/verb/create.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ def get_git_config(key: str) -> Optional[str]:
145145

146146
if args.build_type == 'ament_cargo':
147147
buildtool_depends = ['ament_cargo']
148-
args.dependencies.append('rclrs')
149148

150149
test_dependencies = []
151150
if args.build_type == 'ament_cmake':

0 commit comments

Comments
 (0)