Skip to content

Commit

Permalink
Drop Connext dependencies
Browse files Browse the repository at this point in the history
This RMW isn't available for RHEL.

Signed-off-by: Scott K Logan <[email protected]>
  • Loading branch information
cottsay authored and nuclearsandwich committed Feb 12, 2022
1 parent 3970da4 commit 78bbf5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
Bloom does not support group_depend so entries below duplicate the group rmw_implementation_packages.
This ensures that binary packages have support for all of these rmw impl. enabled.
-->
<build_depend>rmw_connextdds</build_depend>
<build_depend>rmw_cyclonedds_cpp</build_depend>
<build_depend>rmw_fastrtps_cpp</build_depend>
<build_depend>rmw_fastrtps_dynamic_cpp</build_depend>
Expand Down
4 changes: 4 additions & 0 deletions rpm/template.spec.em
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
@{
# Connext is not available for RHEL - ignore any deps related to it
BuildDepends = [d for d in BuildDepends if 'connext' not in d]
}@
%bcond_without tests
%bcond_without weak_deps

Expand Down

0 comments on commit 78bbf5d

Please sign in to comment.