From: Patrick Lauer Date: Wed, 29 Jun 2016 10:31:41 +0000 (+0200) Subject: dev-python/ipdb: Add missing dependency X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d158567612c604b31a1aa9eab9df016953e3a734;p=gentoo.git dev-python/ipdb: Add missing dependency Package-Manager: portage-2.3.0 --- diff --git a/dev-python/ipdb/ipdb-0.9.0.ebuild b/dev-python/ipdb/ipdb-0.9.0.ebuild index f37bf34ed725..4f544dff54b1 100644 --- a/dev-python/ipdb/ipdb-0.9.0.ebuild +++ b/dev-python/ipdb/ipdb-0.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,7 +20,9 @@ IUSE="" RDEPEND="dev-python/ipython[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} app-arch/unzip - dev-python/setuptools[${PYTHON_USEDEP}]" + dev-python/setuptools[${PYTHON_USEDEP}] + $(python_gen_cond_dep 'dev-python/backports-shutil_get_terminal_size[${PYTHON_USEDEP}]' python2_7) + " DOCS=( HISTORY.txt )