mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-ros/imu_filter_madgwick: add missing test dep
Closes: https://bugs.gentoo.org/735102 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
This commit is contained in:
@@ -29,5 +29,8 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}
|
||||
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
|
||||
dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
|
||||
test? ( dev-ros/rosunit )
|
||||
test? (
|
||||
dev-ros/rosunit
|
||||
dev-cpp/gtest
|
||||
)
|
||||
"
|
||||
|
||||
@@ -29,5 +29,8 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}
|
||||
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
|
||||
dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
|
||||
test? ( dev-ros/rosunit )
|
||||
test? (
|
||||
dev-ros/rosunit
|
||||
dev-cpp/gtest
|
||||
)
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user