commit:     06d7958f240148fc9739ca8bf705448acb92702a
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 14:03:49 2019 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 14:47:00 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06d7958f

dev-ros/rosmsg: Add missing test dep

Bug: https://bugs.gentoo.org/624804
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ros/rosmsg/rosmsg-1.14.3-r1.ebuild | 4 +++-
 dev-ros/rosmsg/rosmsg-9999.ebuild      | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-ros/rosmsg/rosmsg-1.14.3-r1.ebuild 
b/dev-ros/rosmsg/rosmsg-1.14.3-r1.ebuild
index 6cb2aaadaba..dc284ec75bc 100644
--- a/dev-ros/rosmsg/rosmsg-1.14.3-r1.ebuild
+++ b/dev-ros/rosmsg/rosmsg-1.14.3-r1.ebuild
@@ -21,5 +21,7 @@ RDEPEND="
        dev-ros/roslib[${PYTHON_USEDEP}]
        dev-ros/rosbag[${PYTHON_USEDEP}]
 "
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+       test? ( dev-ros/test_rosmaster[${PYTHON_USEDEP}] )
+"
 PATCHES=( "${FILESDIR}/py3.patch" )

diff --git a/dev-ros/rosmsg/rosmsg-9999.ebuild 
b/dev-ros/rosmsg/rosmsg-9999.ebuild
index 8087d80c4e4..05019766a00 100644
--- a/dev-ros/rosmsg/rosmsg-9999.ebuild
+++ b/dev-ros/rosmsg/rosmsg-9999.ebuild
@@ -21,4 +21,6 @@ RDEPEND="
        dev-ros/roslib[${PYTHON_USEDEP}]
        dev-ros/rosbag[${PYTHON_USEDEP}]
 "
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+       test? ( dev-ros/test_rosmaster[${PYTHON_USEDEP}] )
+"

Reply via email to