Skip to content

Commit

Permalink
Fix ROS pkg resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat committed Jul 16, 2024
1 parent 09df592 commit 3f7769a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generate_rospkg_apkbuild/genapkbuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ def resolve(ros_distro, package_name, deps, add_ros_dev=False):
if '_is_ros' in e.rosdep_data:
if e.rosdep_data['_is_ros']:
keys.append(ros_pkgname_to_pkgname(ros_distro, dep.name) + dep.version)
if add_ros_dev:
keys.append(ros_pkgname_to_pkgname(ros_distro, dep.name) + "-dev" + dep.version)
continue
not_provided.append(dep.name)
continue
Expand Down

0 comments on commit 3f7769a

Please sign in to comment.