Skip to content

Commit

Permalink
Drop dependency on python3-pkg-resources (#946)
Browse files Browse the repository at this point in the history
This dependency is no longer used.

Follow-up to dcc8f5d

Signed-off-by: Scott K Logan <[email protected]>
  • Loading branch information
cottsay authored Nov 15, 2024
1 parent 775ea35 commit 8766c33
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ros2cli/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<exec_depend>python3-argcomplete</exec_depend>
<exec_depend>python3-importlib-metadata</exec_depend>
<exec_depend>python3-packaging</exec_depend>
<exec_depend>python3-pkg-resources</exec_depend>
<exec_depend>python3-psutil</exec_depend>
<exec_depend>rclpy</exec_depend>

Expand Down
1 change: 0 additions & 1 deletion ros2pkg/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<exec_depend>python3-catkin-pkg-modules</exec_depend>
<exec_depend>python3-empy</exec_depend>
<exec_depend>python3-importlib-resources</exec_depend>
<exec_depend>python3-pkg-resources</exec_depend>
<exec_depend>ros2cli</exec_depend>

<test_depend>ament_flake8</test_depend>
Expand Down

0 comments on commit 8766c33

Please sign in to comment.