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_rospy/
Date: Wed, 05 Aug 2020 17:55:45
Message-Id: 1596650103.0d7bfa28ddedb21e54735773df8655e74be7ec12.aballier@gentoo
1 commit: 0d7bfa28ddedb21e54735773df8655e74be7ec12
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 5 17:32:56 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 5 17:55:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d7bfa28
7
8 dev-ros/test_rospy: add missing test deps
9
10 Closes: https://bugs.gentoo.org/734674
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_rospy/test_rospy-1.15.8.ebuild | 2 ++
15 dev-ros/test_rospy/test_rospy-9999.ebuild | 2 ++
16 2 files changed, 4 insertions(+)
17
18 diff --git a/dev-ros/test_rospy/test_rospy-1.15.8.ebuild b/dev-ros/test_rospy/test_rospy-1.15.8.ebuild
19 index 7d398e80068..5b429c7f533 100644
20 --- a/dev-ros/test_rospy/test_rospy-1.15.8.ebuild
21 +++ b/dev-ros/test_rospy/test_rospy-1.15.8.ebuild
22 @@ -27,5 +27,7 @@ DEPEND="${RDEPEND}
23 dev-ros/rosbuild
24 dev-ros/rosgraph[${PYTHON_SINGLE_USEDEP}]
25 dev-ros/rospy[${PYTHON_SINGLE_USEDEP}]
26 + dev-ros/rostopic[${PYTHON_SINGLE_USEDEP}]
27 $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
28 + $(python_gen_cond_dep "dev-python/psutil[\${PYTHON_USEDEP}]")
29 )"
30
31 diff --git a/dev-ros/test_rospy/test_rospy-9999.ebuild b/dev-ros/test_rospy/test_rospy-9999.ebuild
32 index 7d398e80068..5b429c7f533 100644
33 --- a/dev-ros/test_rospy/test_rospy-9999.ebuild
34 +++ b/dev-ros/test_rospy/test_rospy-9999.ebuild
35 @@ -27,5 +27,7 @@ DEPEND="${RDEPEND}
36 dev-ros/rosbuild
37 dev-ros/rosgraph[${PYTHON_SINGLE_USEDEP}]
38 dev-ros/rospy[${PYTHON_SINGLE_USEDEP}]
39 + dev-ros/rostopic[${PYTHON_SINGLE_USEDEP}]
40 $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
41 + $(python_gen_cond_dep "dev-python/psutil[\${PYTHON_USEDEP}]")
42 )"