dev-ros/tf2_sensor_msgs: add missing test dep

Closes: https://bugs.gentoo.org/736136
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
This commit is contained in:
Alexis Ballier
2020-08-07 16:36:44 +02:00
parent 9d209d69f9
commit 7f45e2dcdc
2 changed files with 2 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ DEPEND="${RDEPEND}
$(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-cpp/gtest
)
dev-ros/cmake_modules
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]

View File

@@ -25,6 +25,7 @@ DEPEND="${RDEPEND}
$(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-cpp/gtest
)
dev-ros/cmake_modules
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]