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 8C2261388BF for ; Fri, 19 Feb 2016 12:46:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A7E621C036; Fri, 19 Feb 2016 12:46:35 +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 9972621C036 for ; Fri, 19 Feb 2016 12:46:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE731340C9D for ; Fri, 19 Feb 2016 12:46:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 126D316C2 for ; Fri, 19 Feb 2016 12:46:32 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1455885934.65895fadd484a781fe9610faf93a64a0cd1daf3f.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/d2to1/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/d2to1/d2to1-0.2.12_p1.ebuild X-VCS-Directories: dev-python/d2to1/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 65895fadd484a781fe9610faf93a64a0cd1daf3f X-VCS-Branch: master Date: Fri, 19 Feb 2016 12:46:32 +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: 3215521c-26e6-477e-b159-0397bd485b25 X-Archives-Hash: d5ca50a698b18a03a741225cdba53cf3 commit: 65895fadd484a781fe9610faf93a64a0cd1daf3f Author: Patrick Lauer gentoo org> AuthorDate: Fri Feb 19 12:09:31 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Fri Feb 19 12:45:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65895fad dev-python/d2to1: Fix deps Package-Manager: portage-2.2.27 dev-python/d2to1/d2to1-0.2.12_p1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/d2to1/d2to1-0.2.12_p1.ebuild b/dev-python/d2to1/d2to1-0.2.12_p1.ebuild index 62e738a..4a3f788 100644 --- a/dev-python/d2to1/d2to1-0.2.12_p1.ebuild +++ b/dev-python/d2to1/d2to1-0.2.12_p1.ebuild @@ -21,7 +21,8 @@ IUSE="" RDEPEND="dev-python/six[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}]" S="${WORKDIR}"/${MY_P}