From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 50D77138359 for ; Wed, 5 Aug 2020 17:55:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C286FE091A; Wed, 5 Aug 2020 17:55:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A10E9E091A for ; Wed, 5 Aug 2020 17:55:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B49AA34F433 for ; Wed, 5 Aug 2020 17:55:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EFEC316 for ; Wed, 5 Aug 2020 17:55:39 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1596650103.0d7bfa28ddedb21e54735773df8655e74be7ec12.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/test_rospy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/test_rospy/test_rospy-1.15.8.ebuild dev-ros/test_rospy/test_rospy-9999.ebuild X-VCS-Directories: dev-ros/test_rospy/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 0d7bfa28ddedb21e54735773df8655e74be7ec12 X-VCS-Branch: master Date: Wed, 5 Aug 2020 17:55:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a7101e2b-4d83-4d4a-801d-2d1666429edc X-Archives-Hash: 52d5a46572b80640db9cb296bf8c1d11 commit: 0d7bfa28ddedb21e54735773df8655e74be7ec12 Author: Alexis Ballier gentoo org> AuthorDate: Wed Aug 5 17:32:56 2020 +0000 Commit: Alexis Ballier gentoo 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 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}]") )"