Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat committed Jul 16, 2024
1 parent 3f7769a commit ae7d748
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions generate_rospkg_apkbuild/genapkbuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,12 @@ def resolve(ros_distro, package_name, deps, add_ros_dev=False):
continue
installer = installer_context.get_installer(rule_installer)
resolved = installer.resolve(rule)
print("d", type(d))
print("rule", type(rule))
print("resolved", type(resolved))
for r in resolved:
keys.append(r + dep.version)

if len(not_provided) > 0:
print('Some packages are not provided by the native installer for ' + package_name +
': ' + ' '.join(not_provided), file=sys.stderr)
Expand Down

0 comments on commit ae7d748

Please sign in to comment.