mvukov / rules_ros2

Build ROS 2 with Bazel
Apache License 2.0
76 stars 42 forks source link

Use rules_python `current_py_cc_headers` #256

Closed lalten closed 5 months ago

lalten commented 5 months ago

@rules_ros2_python//:python_headers --> @rules_python//python/cc:current_py_cc_headers

Extracted from / in preparation for https://github.com/mvukov/rules_ros2/pull/238

Note that due to https://github.com/bazelbuild/rules_python/issues/1669 you need an up-to-date rules_python (>= 0.28.0) for this to work.

No functional or version changes in this one.