-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add in python3-dev build dependency. #1863
Conversation
We need this because we call find_package(Python3 Development) in our CMakeLists.txt here. Signed-off-by: Chris Lalancette <[email protected]>
Pulls: #1863 |
https://github.com/Mergifyio backport jazzy iron humble |
✅ Backports have been created
|
We need this because we call find_package(Python3 Development) in our CMakeLists.txt here. Signed-off-by: Chris Lalancette <[email protected]> (cherry picked from commit ebd9ed0)
We need this because we call find_package(Python3 Development) in our CMakeLists.txt here. Signed-off-by: Chris Lalancette <[email protected]> (cherry picked from commit ebd9ed0)
We need this because we call find_package(Python3 Development) in our CMakeLists.txt here. Signed-off-by: Chris Lalancette <[email protected]> (cherry picked from commit ebd9ed0)
We need this because we call find_package(Python3 Development) in our CMakeLists.txt here. Signed-off-by: Chris Lalancette <[email protected]> (cherry picked from commit ebd9ed0) Co-authored-by: Chris Lalancette <[email protected]>
We need this because we call find_package(Python3 Development) in our CMakeLists.txt here. Signed-off-by: Chris Lalancette <[email protected]> (cherry picked from commit ebd9ed0) Co-authored-by: Chris Lalancette <[email protected]>
We need this because we call find_package(Python3 Development) in our CMakeLists.txt here.
Also see ros2/ros2_tracing#146 (comment) for a long explanation of why we need this.