We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 348c2af commit 992b08bCopy full SHA for 992b08b
1 file changed
ros2pkg/ros2pkg/verb/create.py
@@ -145,7 +145,6 @@ def get_git_config(key: str) -> Optional[str]:
145
146
if args.build_type == 'ament_cargo':
147
buildtool_depends = ['ament_cargo']
148
- args.dependencies.append('rclrs')
149
150
test_dependencies = []
151
if args.build_type == 'ament_cmake':
0 commit comments