We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6420f85 commit f51ca06Copy full SHA for f51ca06
1 file changed
rosidl_runtime_py/package.xml
@@ -9,8 +9,13 @@
9
10
<author email="jacob@openrobotics.org">Jacob Perron</author>
11
12
- <test_depend>ament_lint_auto</test_depend>
13
- <test_depend>ament_lint_common</test_depend>
+ <exec_depend>python3-yaml</exec_depend>
+
14
+ <test_depend>ament_copyright</test_depend>
15
+ <test_depend>ament_flake8</test_depend>
16
+ <test_depend>ament_pep257</test_depend>
17
+ <test_depend>python3-pytest</test_depend>
18
+ <test_depend>test_msgs</test_depend>
19
20
<export>
21
<build_type>ament_python</build_type>
0 commit comments