Merge branch 'fix-depend-ament-package' into 'master'

Switch to <buildtool_depend> for ament_package

See merge request ros-tracing/tracetools_analysis!100
This commit is contained in:
Christophe Bedard 2021-04-14 21:17:45 +00:00
commit 7befd3fcaa
2 changed files with 4 additions and 4 deletions

View file

@ -11,11 +11,11 @@
<url type="bugtracker">https://gitlab.com/ros-tracing/tracetools_analysis/-/issues</url> <url type="bugtracker">https://gitlab.com/ros-tracing/tracetools_analysis/-/issues</url>
<author email="christophe.bedard@apex.ai">Christophe Bedard</author> <author email="christophe.bedard@apex.ai">Christophe Bedard</author>
<buildtool_depend>ament_package</buildtool_depend>
<depend>ros2cli</depend> <depend>ros2cli</depend>
<depend>tracetools_analysis</depend> <depend>tracetools_analysis</depend>
<build_depend>ament_package</build_depend>
<test_depend>ament_copyright</test_depend> <test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend> <test_depend>ament_flake8</test_depend>
<test_depend>ament_mypy</test_depend> <test_depend>ament_mypy</test_depend>

View file

@ -13,11 +13,11 @@
<author email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</author> <author email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</author>
<author email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</author> <author email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</author>
<buildtool_depend>ament_package</buildtool_depend>
<depend>tracetools_read</depend> <depend>tracetools_read</depend>
<depend>python3-pandas</depend> <depend>python3-pandas</depend>
<build_depend>ament_package</build_depend>
<exec_depend>jupyter-notebook</exec_depend> <exec_depend>jupyter-notebook</exec_depend>
<test_depend>ament_copyright</test_depend> <test_depend>ament_copyright</test_depend>