From 3ca9ada8d29959fbd498f409fb2590b601cfe0db Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Tue, 15 Jan 2019 22:41:45 +0100 Subject: sci-libs/nipype: added python_2* dependency Package-Manager: Portage-2.3.55, Repoman-2.3.12 Signed-off-by: Horea Christian --- sci-libs/nipype/nipype-1.1.1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sci-libs/nipype/nipype-1.1.1.ebuild b/sci-libs/nipype/nipype-1.1.1.ebuild index 8233d90b8..70a0c37aa 100644 --- a/sci-libs/nipype/nipype-1.1.1.ebuild +++ b/sci-libs/nipype/nipype-1.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -29,7 +29,9 @@ DEPEND=" dev-python/pytest-xdist[${PYTHON_USEDEP}] ${RDEPEND} ) - $(python_gen_cond_dep 'dev-python/configparser[${PYTHON_USEDEP}]' python2_7) + $(python_gen_cond_dep ' + dev-python/futures[${PYTHON_USEDEP}] + dev-python/configparser[${PYTHON_USEDEP}]' python2_7) " RDEPEND=" >=dev-python/click-6.6[${PYTHON_USEDEP}] -- cgit v1.2.3-65-gdbad