diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-08-10 11:37:08 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-08-10 12:01:53 +0200 |
commit | c6a36e5a4854223eeb8bec04fb6af01d9f2d009f (patch) | |
tree | 87d2fb00958779e732baefaca8422be6563bd288 /dev-ros/diagnostic_aggregator/diagnostic_aggregator-9999.ebuild | |
parent | sys-kernel/genkernel: drop old (diff) | |
download | gentoo-c6a36e5a4854223eeb8bec04fb6af01d9f2d009f.tar.gz gentoo-c6a36e5a4854223eeb8bec04fb6af01d9f2d009f.tar.bz2 gentoo-c6a36e5a4854223eeb8bec04fb6af01d9f2d009f.zip |
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@gentoo.org>
Diffstat (limited to 'dev-ros/diagnostic_aggregator/diagnostic_aggregator-9999.ebuild')
-rw-r--r-- | dev-ros/diagnostic_aggregator/diagnostic_aggregator-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ros/diagnostic_aggregator/diagnostic_aggregator-9999.ebuild b/dev-ros/diagnostic_aggregator/diagnostic_aggregator-9999.ebuild index 34ba1bbe98c4..76db5fae27db 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}" |