Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nipype/
Date: Tue, 15 Jan 2019 21:43:36
Message-Id: 1547588601.3ca9ada8d29959fbd498f409fb2590b601cfe0db.chymera@gentoo
1 commit: 3ca9ada8d29959fbd498f409fb2590b601cfe0db
2 Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
3 AuthorDate: Tue Jan 15 21:41:45 2019 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Tue Jan 15 21:43:21 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3ca9ada8
7
8 sci-libs/nipype: added python_2* dependency
9
10 Package-Manager: Portage-2.3.55, Repoman-2.3.12
11 Signed-off-by: Horea Christian <horea.christ <AT> yandex.com>
12
13 sci-libs/nipype/nipype-1.1.1.ebuild | 6 ++++--
14 1 file changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-libs/nipype/nipype-1.1.1.ebuild b/sci-libs/nipype/nipype-1.1.1.ebuild
17 index 8233d90b8..70a0c37aa 100644
18 --- a/sci-libs/nipype/nipype-1.1.1.ebuild
19 +++ b/sci-libs/nipype/nipype-1.1.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -29,7 +29,9 @@ DEPEND="
27 dev-python/pytest-xdist[${PYTHON_USEDEP}]
28 ${RDEPEND}
29 )
30 - $(python_gen_cond_dep 'dev-python/configparser[${PYTHON_USEDEP}]' python2_7)
31 + $(python_gen_cond_dep '
32 + dev-python/futures[${PYTHON_USEDEP}]
33 + dev-python/configparser[${PYTHON_USEDEP}]' python2_7)
34 "
35 RDEPEND="
36 >=dev-python/click-6.6[${PYTHON_USEDEP}]