From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CBD9B13888F for ; Tue, 6 Oct 2015 08:41:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE744E07FC; Tue, 6 Oct 2015 08:41:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D53EE07FC for ; Tue, 6 Oct 2015 08:41:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0400C340649 for ; Tue, 6 Oct 2015 08:41:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 331E6A65 for ; Tue, 6 Oct 2015 08:41:19 +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: <1444120769.7bde0f457913c0e3056775ce9935e2dbf3be4be5.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/rosdep/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/rosdep/rosdep-0.11.4.ebuild dev-util/rosdep/rosdep-9999.ebuild X-VCS-Directories: dev-util/rosdep/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 7bde0f457913c0e3056775ce9935e2dbf3be4be5 X-VCS-Branch: master Date: Tue, 6 Oct 2015 08:41:19 +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-Archives-Salt: c51dcee9-9e74-4ed0-9cd7-f835ba969d73 X-Archives-Hash: 3222059baa7e8caa1d2a76efbc65efee commit: 7bde0f457913c0e3056775ce9935e2dbf3be4be5 Author: Alexis Ballier gentoo org> AuthorDate: Tue Oct 6 08:39:29 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Oct 6 08:39:29 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bde0f45 dev-util/rosdep: dev-python/nose is always needed at build time, not only for tests. Bug #562012 by Randolph Maaßen. Package-Manager: portage-2.2.22 dev-util/rosdep/rosdep-0.11.4.ebuild | 2 +- dev-util/rosdep/rosdep-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/rosdep/rosdep-0.11.4.ebuild b/dev-util/rosdep/rosdep-0.11.4.ebuild index 7e6194f..e72467b 100644 --- a/dev-util/rosdep/rosdep-0.11.4.ebuild +++ b/dev-util/rosdep/rosdep-0.11.4.ebuild @@ -35,8 +35,8 @@ RDEPEND=" dev-python/rosdistro[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} + dev-python/nose[${PYTHON_USEDEP}] test? ( - dev-python/nose[${PYTHON_USEDEP}] dev-python/coverage[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] ) diff --git a/dev-util/rosdep/rosdep-9999.ebuild b/dev-util/rosdep/rosdep-9999.ebuild index 7e6194f..e72467b 100644 --- a/dev-util/rosdep/rosdep-9999.ebuild +++ b/dev-util/rosdep/rosdep-9999.ebuild @@ -35,8 +35,8 @@ RDEPEND=" dev-python/rosdistro[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} + dev-python/nose[${PYTHON_USEDEP}] test? ( - dev-python/nose[${PYTHON_USEDEP}] dev-python/coverage[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] )