Skip to content

Commit 02456e3

Browse files
authored
Merge pull request #11 from wolfv/workspace_hack
2 parents 4035798 + b0e9628 commit 02456e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vinca/main.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,9 @@ 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() and pkg_shortname not in ['ament_cmake_core', 'ament_package', 'ros_workspace']:
267+
output["requirements"]["run"].append(f"ros-{config.ros_distro}-ros-workspace")
268+
266269
rm_deps, add_deps = get_depmods(vinca_conf, pkg.name)
267270
gdeps = []
268271
if pkg.group_depends:

0 commit comments

Comments
 (0)