Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/test_rosservice/
Date: Wed, 05 Aug 2020 17:55:44
Message-Id: 1596650102.2d4dd30e9ae79b7c7aa5e46b88015967884c4340.aballier@gentoo
1 commit: 2d4dd30e9ae79b7c7aa5e46b88015967884c4340
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 5 17:30:18 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 5 17:55:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d4dd30e
7
8 dev-ros/test_rosservice: add missing test dep
9
10 Closes: https://bugs.gentoo.org/734676
11 Package-Manager: Portage-3.0.1, Repoman-2.3.23
12 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
13
14 dev-ros/test_rosservice/test_rosservice-1.15.8.ebuild | 1 +
15 dev-ros/test_rosservice/test_rosservice-9999.ebuild | 1 +
16 2 files changed, 2 insertions(+)
17
18 diff --git a/dev-ros/test_rosservice/test_rosservice-1.15.8.ebuild b/dev-ros/test_rosservice/test_rosservice-1.15.8.ebuild
19 index f3a0192eb69..7f51764ff34 100644
20 --- a/dev-ros/test_rosservice/test_rosservice-1.15.8.ebuild
21 +++ b/dev-ros/test_rosservice/test_rosservice-1.15.8.ebuild
22 @@ -24,5 +24,6 @@ DEPEND="${RDEPEND}
23 dev-ros/test_rosmaster[${PYTHON_SINGLE_USEDEP}]
24 dev-ros/rospy[${PYTHON_SINGLE_USEDEP}]
25 dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
26 + dev-ros/rosservice[${PYTHON_SINGLE_USEDEP}]
27 $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
28 )"
29
30 diff --git a/dev-ros/test_rosservice/test_rosservice-9999.ebuild b/dev-ros/test_rosservice/test_rosservice-9999.ebuild
31 index f3a0192eb69..7f51764ff34 100644
32 --- a/dev-ros/test_rosservice/test_rosservice-9999.ebuild
33 +++ b/dev-ros/test_rosservice/test_rosservice-9999.ebuild
34 @@ -24,5 +24,6 @@ DEPEND="${RDEPEND}
35 dev-ros/test_rosmaster[${PYTHON_SINGLE_USEDEP}]
36 dev-ros/rospy[${PYTHON_SINGLE_USEDEP}]
37 dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
38 + dev-ros/rosservice[${PYTHON_SINGLE_USEDEP}]
39 $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
40 )"