commit: 1f22b2eec0723c5359ec20c03bccf9fdc0d8510f Author: Louis Sautier <sbraz <AT> gentoo <DOT> org> AuthorDate: Tue Nov 6 19:56:07 2018 +0000 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org> CommitDate: Tue Nov 6 20:03:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f22b2ee
dev-python/ipython: enforce dependency on < prompt_toolkit-2 Closes: https://bugs.gentoo.org/669926 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-python/ipython/ipython-5.4.1-r1.ebuild | 3 ++- dev-python/ipython/ipython-5.8.0.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/ipython/ipython-5.4.1-r1.ebuild b/dev-python/ipython/ipython-5.4.1-r1.ebuild index 787088fd8d6..39d2a6d696d 100644 --- a/dev-python/ipython/ipython-5.4.1-r1.ebuild +++ b/dev-python/ipython/ipython-5.4.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,6 +23,7 @@ CDEPEND=" dev-python/pexpect[${PYTHON_USEDEP}] dev-python/pickleshare[${PYTHON_USEDEP}] >=dev-python/prompt_toolkit-1.0.4[${PYTHON_USEDEP}] + <dev-python/prompt_toolkit-2[${PYTHON_USEDEP}] dev-python/pyparsing[${PYTHON_USEDEP}] dev-python/simplegeneric[${PYTHON_USEDEP}] >=dev-python/traitlets-4.2.1[${PYTHON_USEDEP}] diff --git a/dev-python/ipython/ipython-5.8.0.ebuild b/dev-python/ipython/ipython-5.8.0.ebuild index 8f191191e87..7d8b1e5a7f1 100644 --- a/dev-python/ipython/ipython-5.8.0.ebuild +++ b/dev-python/ipython/ipython-5.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,6 +24,7 @@ CDEPEND=" dev-python/pexpect[${PYTHON_USEDEP}] dev-python/pickleshare[${PYTHON_USEDEP}] >=dev-python/prompt_toolkit-1.0.4[${PYTHON_USEDEP}] + <dev-python/prompt_toolkit-2[${PYTHON_USEDEP}] dev-python/pyparsing[${PYTHON_USEDEP}] dev-python/simplegeneric[${PYTHON_USEDEP}] >=dev-python/traitlets-4.2.1[${PYTHON_USEDEP}]
