commit: c6a36e5a4854223eeb8bec04fb6af01d9f2d009f Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Mon Aug 10 09:37:08 2020 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Mon Aug 10 10:01:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a36e5a
dev-ros/diagnostic_aggregator: add missing dep Closes: https://bugs.gentoo.org/736440 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org> dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.9.4-r1.ebuild | 3 ++- dev-ros/diagnostic_aggregator/diagnostic_aggregator-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.9.4-r1.ebuild b/dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.9.4-r1.ebuild index 34ba1bbe98c..76db5fae27d 100644 --- a/dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.9.4-r1.ebuild +++ b/dev-ros/diagnostic_aggregator/diagnostic_aggregator-1.9.4-r1.ebuild @@ -23,10 +23,11 @@ RDEPEND=" dev-ros/bondcpp dev-libs/boost:= dev-libs/console_bridge:= + dev-ros/bondpy[${PYTHON_SINGLE_USEDEP}] " DEPEND="${RDEPEND} dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - test? ( dev-ros/rostest )" + test? ( dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] )" src_test() { export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}" diff --git a/dev-ros/diagnostic_aggregator/diagnostic_aggregator-9999.ebuild b/dev-ros/diagnostic_aggregator/diagnostic_aggregator-9999.ebuild index 34ba1bbe98c..76db5fae27d 100644 --- a/dev-ros/diagnostic_aggregator/diagnostic_aggregator-9999.ebuild +++ b/dev-ros/diagnostic_aggregator/diagnostic_aggregator-9999.ebuild @@ -23,10 +23,11 @@ RDEPEND=" dev-ros/bondcpp dev-libs/boost:= dev-libs/console_bridge:= + dev-ros/bondpy[${PYTHON_SINGLE_USEDEP}] " DEPEND="${RDEPEND} dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - test? ( dev-ros/rostest )" + test? ( dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] )" src_test() { export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
