summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2019-12-12 15:03:49 +0100
committerAlexis Ballier <aballier@gentoo.org>2019-12-12 15:47:00 +0100
commit06d7958f240148fc9739ca8bf705448acb92702a (patch)
treee13ca300df9eba8c0ac2d45837be08e4d9de89a2 /dev-ros
parentdev-ros/rosmsg: upstream py3 fixes (diff)
downloadgentoo-06d7958f240148fc9739ca8bf705448acb92702a.tar.gz
gentoo-06d7958f240148fc9739ca8bf705448acb92702a.tar.bz2
gentoo-06d7958f240148fc9739ca8bf705448acb92702a.zip
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@gentoo.org>
Diffstat (limited to 'dev-ros')
-rw-r--r--dev-ros/rosmsg/rosmsg-1.14.3-r1.ebuild4
-rw-r--r--dev-ros/rosmsg/rosmsg-9999.ebuild4
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 6cb2aaadabab..dc284ec75bc7 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 8087d80c4e41..05019766a002 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}] )
+"