Skip to content

Commit 7eca1ce

Browse files
committed
Fix up review comments in the packaging aspects of the program.
Signed-off-by: Chris Lalancette <[email protected]>
1 parent 28fa56e commit 7eca1ce

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

image_tools_py/package.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@
99

1010
<build_depend>rclpy</build_depend>
1111

12-
<exec_depend>rclpy</exec_depend>
13-
<exec_depend>std_msgs</exec_depend>
1412
<!-- Note that this is only a symbolic dependency on python3-opencv3:
15-
it won't actually be resolved by rosdep as the rosdep key does not currently exist -->
13+
it won't actually be resolved by rosdep as the rosdep key (and for that matter,
14+
the package itself) does not currently exist -->
1615
<exec_depend>python3-opencv3</exec_depend>
16+
<exec_depend>rclpy</exec_depend>
17+
<exec_depend>std_msgs</exec_depend>
18+
<exec_depend>sensor_msgs</exec_depend>
1719

1820
<!-- These test dependencies are optional
1921
Their purpose is to make sure that the code passes the linters -->

image_tools_py/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
'src.showimage_py',
1111
],
1212
install_requires=[
13-
'launch',
1413
'setuptools',
1514
],
1615
keywords=['ROS'],

0 commit comments

Comments
 (0)