Skip to content

Commit b0e9628

Browse files
committed
dont introduce cyclic deps
1 parent dc95c86 commit b0e9628

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vinca/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def generate_output(pkg_shortname, vinca_conf, distro, version, all_pkgs=[]):
263263
output["requirements"]["host"].append(vinca_conf["mutex_package"])
264264
output["requirements"]["run"].append(vinca_conf["mutex_package"])
265265

266-
if not distro.check_ros1():
266+
if not distro.check_ros1() and pkg_shortname not in ['ament_cmake_core', 'ament_package', 'ros_workspace']:
267267
output["requirements"]["run"].append(f"ros-{config.ros_distro}-ros-workspace")
268268

269269
rm_deps, add_deps = get_depmods(vinca_conf, pkg.name)

0 commit comments

Comments
 (0)