diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/bpython/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/bpython/bpython-0.14.1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/bpython/ChangeLog b/dev-python/bpython/ChangeLog index 754e324daa75..9c77558a420c 100644 --- a/dev-python/bpython/ChangeLog +++ b/dev-python/bpython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/bpython # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v 1.50 2015/03/03 15:03:41 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/ChangeLog,v 1.51 2015/03/03 19:04:21 jlec Exp $ + + 03 Mar 2015; Justin Lecher <jlec@gentoo.org> bpython-0.14.1.ebuild: + Adopt deps to requirements.txt recommendations *bpython-0.14.1 (03 Mar 2015) diff --git a/dev-python/bpython/bpython-0.14.1.ebuild b/dev-python/bpython/bpython-0.14.1.ebuild index cd2bac3dd55f..0078a30db6bb 100644 --- a/dev-python/bpython/bpython-0.14.1.ebuild +++ b/dev-python/bpython/bpython-0.14.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/bpython-0.14.1.ebuild,v 1.1 2015/03/03 15:03:41 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bpython/bpython-0.14.1.ebuild,v 1.2 2015/03/03 19:04:21 jlec Exp $ EAPI=5 @@ -23,7 +23,8 @@ KEYWORDS="~amd64 ~x86" IUSE="doc test" RDEPEND=" - dev-python/curtsies[${PYTHON_USEDEP}] + >=dev-python/curtsies-0.1.18[${PYTHON_USEDEP}] + <dev-python/curtsies-0.2.0[${PYTHON_USEDEP}] dev-python/greenlet[${PYTHON_USEDEP}] dev-python/jedi[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] |