Skip to content

Commit 5663ec8

Browse files
Levi ArmstrongLevi-Armstrong
authored andcommitted
Update packages package.xml to include buildtool_depend on cmake and exec_depend on catkin
1 parent 9769e40 commit 5663ec8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

tesseract_python/package.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
<license>Apache 2.0</license>
88
<author >John Wason</author>
99

10+
<!-- Following recommendations of REP 136 -->
11+
<exec_depend>catkin</exec_depend>
12+
<buildtool_depend>cmake</buildtool_depend>
13+
1014
<build_depend>cmake_common_scripts</build_depend>
1115
<depend>trajopt</depend>
1216
<depend>tesseract_motion_planners</depend>

tesseract_viewer_python/package.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
<license>Apache 2.0</license>
88
<author >John Wason</author>
99

10+
<!-- Following recommendations of REP 136 -->
11+
<exec_depend>catkin</exec_depend>
12+
<buildtool_depend>cmake</buildtool_depend>
13+
1014
<build_depend>cmake_common_scripts</build_depend>
1115
<depend>trajopt</depend>
1216
<depend>tesseract_collision</depend>

0 commit comments

Comments
 (0)