Skip to content

Commit 194756d

Browse files
authored
Fix/missing pybind tools dep (#3)
* adding missing py_binding_tools dependency to package.xml * Adding mypy dep * adding mypy dependency in package.xml
1 parent adbe0c2 commit 194756d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.xml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
<buildtool_depend>ament_cmake</buildtool_depend>
1111

1212
<depend>behaviortree_cpp</depend>
13+
<depend>py_binding_tools</depend>
14+
<depend>python3-mypy</depend>
1315
<depend>fmt</depend>
1416

1517
<export>

0 commit comments

Comments
 (0)