dev-ros/amcl: add missing dep on diagnostic_updater

Closes: https://bugs.gentoo.org/711770
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
This commit is contained in:
Alexis Ballier
2020-04-14 14:59:57 +02:00
parent e58369fa2d
commit e13261726e
2 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -15,6 +15,7 @@ SLOT="0"
IUSE=""
RDEPEND="
dev-ros/diagnostic_updater[${PYTHON_USEDEP}]
dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/message_filters

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -15,6 +15,7 @@ SLOT="0"
IUSE=""
RDEPEND="
dev-ros/diagnostic_updater[${PYTHON_USEDEP}]
dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/message_filters