commit: 0d7bfa28ddedb21e54735773df8655e74be7ec12 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Wed Aug 5 17:32:56 2020 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Wed Aug 5 17:55:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d7bfa28
dev-ros/test_rospy: add missing test deps Closes: https://bugs.gentoo.org/734674 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org> dev-ros/test_rospy/test_rospy-1.15.8.ebuild | 2 ++ dev-ros/test_rospy/test_rospy-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/dev-ros/test_rospy/test_rospy-1.15.8.ebuild b/dev-ros/test_rospy/test_rospy-1.15.8.ebuild index 7d398e80068..5b429c7f533 100644 --- a/dev-ros/test_rospy/test_rospy-1.15.8.ebuild +++ b/dev-ros/test_rospy/test_rospy-1.15.8.ebuild @@ -27,5 +27,7 @@ DEPEND="${RDEPEND} dev-ros/rosbuild dev-ros/rosgraph[${PYTHON_SINGLE_USEDEP}] dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] + dev-ros/rostopic[${PYTHON_SINGLE_USEDEP}] $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]") + $(python_gen_cond_dep "dev-python/psutil[\${PYTHON_USEDEP}]") )" diff --git a/dev-ros/test_rospy/test_rospy-9999.ebuild b/dev-ros/test_rospy/test_rospy-9999.ebuild index 7d398e80068..5b429c7f533 100644 --- a/dev-ros/test_rospy/test_rospy-9999.ebuild +++ b/dev-ros/test_rospy/test_rospy-9999.ebuild @@ -27,5 +27,7 @@ DEPEND="${RDEPEND} dev-ros/rosbuild dev-ros/rosgraph[${PYTHON_SINGLE_USEDEP}] dev-ros/rospy[${PYTHON_SINGLE_USEDEP}] + dev-ros/rostopic[${PYTHON_SINGLE_USEDEP}] $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]") + $(python_gen_cond_dep "dev-python/psutil[\${PYTHON_USEDEP}]") )"
