diff options
author | Louis Sautier <sbraz@gentoo.org> | 2018-11-20 14:43:51 +0100 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2018-11-20 14:43:51 +0100 |
commit | 20828f1f2f34eac38b4806f7db9adb6ecad70399 (patch) | |
tree | 7c2eae513ba3826fa23f5c0847e05798cee927c7 /dev-python/ipython | |
parent | dev-python/python-openstackclient: 3.14.3 and 3.16.2 bump (diff) | |
download | gentoo-20828f1f2f34eac38b4806f7db9adb6ecad70399.tar.gz gentoo-20828f1f2f34eac38b4806f7db9adb6ecad70399.tar.bz2 gentoo-20828f1f2f34eac38b4806f7db9adb6ecad70399.zip |
dev-python/ipython: also enforce prompt_toolkit-2 dep. for 6.1.0
Bug: https://bugs.gentoo.org/669926
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python/ipython')
-rw-r--r-- | dev-python/ipython/ipython-6.1.0-r2.ebuild (renamed from dev-python/ipython/ipython-6.1.0-r1.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/ipython/ipython-6.1.0-r1.ebuild b/dev-python/ipython/ipython-6.1.0-r2.ebuild index d89e54743ec2..cf2d06ab0493 100644 --- a/dev-python/ipython/ipython-6.1.0-r1.ebuild +++ b/dev-python/ipython/ipython-6.1.0-r2.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/pygments[${PYTHON_USEDEP}] dev-python/pyparsing[${PYTHON_USEDEP}] dev-python/simplegeneric[${PYTHON_USEDEP}] |