Skip to content

Commit

Permalink
Switch osrf_pycommon dependency to system package
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Dec 20, 2024
1 parent f9ab937 commit 7747753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion launch_ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<exec_depend>composition_interfaces</exec_depend>
<exec_depend>launch</exec_depend>
<exec_depend>lifecycle_msgs</exec_depend>
<exec_depend>osrf_pycommon</exec_depend>
<exec_depend>python3-importlib-metadata</exec_depend>
<exec_depend>python3-osrf-pycommon</exec_depend>
<exec_depend>python3-yaml</exec_depend>
<exec_depend>rclpy</exec_depend>

Expand Down
2 changes: 1 addition & 1 deletion test_launch_ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<test_depend>launch_xml</test_depend>
<test_depend>launch_yaml</test_depend>
<test_depend>lifecycle</test_depend>
<test_depend>osrf_pycommon</test_depend>
<test_depend>python3-pytest</test_depend>
<test_depend>python3-osrf-pycommon</test_depend>
<test_depend>python3-yaml</test_depend>
<test_depend>rclcpp_components</test_depend>
<test_depend>rclpy</test_depend>
Expand Down

0 comments on commit 7747753

Please sign in to comment.