commit:     d3c86a165817f84a005f1f3629c383e6ff3168f2
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  1 14:09:53 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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

Reply via email to