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 664951383D3 for ; Tue, 1 Sep 2015 14:10:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42317E07D1; Tue, 1 Sep 2015 14:10:16 +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 D80D5E07D1 for ; Tue, 1 Sep 2015 14:10:14 +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 E381533D3CA for ; Tue, 1 Sep 2015 14:10:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76129114 for ; Tue, 1 Sep 2015 14:10:09 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1441116593.d3c86a165817f84a005f1f3629c383e6ff3168f2.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/qtconsole/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/qtconsole/qtconsole-9999.ebuild X-VCS-Directories: dev-python/qtconsole/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: d3c86a165817f84a005f1f3629c383e6ff3168f2 X-VCS-Branch: master Date: Tue, 1 Sep 2015 14:10:09 +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: c4862be2-8f97-45aa-8e7e-063bf88b2a21 X-Archives-Hash: ba2a60bf18259aed15c3f470ae1d0d99 commit: d3c86a165817f84a005f1f3629c383e6ff3168f2 Author: Justin Lecher gentoo org> AuthorDate: Tue Sep 1 14:09:53 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Sep 1 14:09:53 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d3c86a16 dev-python/qtconsole: Resolve circular dependency Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> dev-python/qtconsole/qtconsole-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/qtconsole/qtconsole-9999.ebuild b/dev-python/qtconsole/qtconsole-9999.ebuild index e30db23..3749a84 100644 --- a/dev-python/qtconsole/qtconsole-9999.ebuild +++ b/dev-python/qtconsole/qtconsole-9999.ebuild @@ -23,7 +23,6 @@ SLOT="0" IUSE="test" RDEPEND=" - dev-python/ipython[${PYTHON_USEDEP}] dev-python/ipykernel[${PYTHON_USEDEP}] dev-python/jupyter_client[${PYTHON_USEDEP}] " @@ -39,6 +38,7 @@ DEPEND="${RDEPEND} dev-python/pygments[${PYTHON_USEDEP}] >=dev-python/pyzmq-13[${PYTHON_USEDEP}] " +PDEPEND="dev-python/ipython[${PYTHON_USEDEP}]" python_test() { nosetests --with-coverage --cover-package qtconsole qtconsole || die