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 C7DAB138334 for ; Wed, 11 Dec 2019 15:26:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1464BE0882; Wed, 11 Dec 2019 15:26:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EFAF5E0883 for ; Wed, 11 Dec 2019 15:26:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E272734D946 for ; Wed, 11 Dec 2019 15:26:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A00F8D8 for ; Wed, 11 Dec 2019 15:26:43 +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: <1576077983.d427a102cf844db3a24c21c55b77d2fc4fa28e5b.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rospkg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rospkg/rospkg-1.2.0.ebuild dev-python/rospkg/rospkg-9999.ebuild X-VCS-Directories: dev-python/rospkg/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: d427a102cf844db3a24c21c55b77d2fc4fa28e5b X-VCS-Branch: master Date: Wed, 11 Dec 2019 15:26:43 +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: 0cfc6b50-30fd-4d2c-be21-5cb1a69f77b5 X-Archives-Hash: 5592ede2d160524c8257696429246d91 commit: d427a102cf844db3a24c21c55b77d2fc4fa28e5b Author: Alexis Ballier gentoo org> AuthorDate: Wed Dec 11 14:10:12 2019 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Dec 11 15:26:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d427a102 dev-python/rospkg: add missing catkin_pkg dep. Closes: https://bugs.gentoo.org/663946 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Alexis Ballier gentoo.org> dev-python/rospkg/rospkg-1.2.0.ebuild | 3 ++- dev-python/rospkg/rospkg-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/rospkg/rospkg-1.2.0.ebuild b/dev-python/rospkg/rospkg-1.2.0.ebuild index 49c3524f1d4..d798eb10704 100644 --- a/dev-python/rospkg/rospkg-1.2.0.ebuild +++ b/dev-python/rospkg/rospkg-1.2.0.ebuild @@ -30,7 +30,8 @@ SLOT="0" IUSE="test" RESTRICT="!test? ( test )" -RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]" +RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/catkin_pkg[${PYTHON_USEDEP}]" BDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] test? ( diff --git a/dev-python/rospkg/rospkg-9999.ebuild b/dev-python/rospkg/rospkg-9999.ebuild index 49c3524f1d4..d798eb10704 100644 --- a/dev-python/rospkg/rospkg-9999.ebuild +++ b/dev-python/rospkg/rospkg-9999.ebuild @@ -30,7 +30,8 @@ SLOT="0" IUSE="test" RESTRICT="!test? ( test )" -RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]" +RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/catkin_pkg[${PYTHON_USEDEP}]" BDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] test? (