Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nipype/
Date: Mon, 06 Mar 2017 15:11:20
Message-Id: 1488746575.054fdad8b4be758ffcc75750c9f2ca91f98574ed.marbre@gentoo
1 commit: 054fdad8b4be758ffcc75750c9f2ca91f98574ed
2 Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
3 AuthorDate: Sun Mar 5 20:42:55 2017 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Sun Mar 5 20:42:55 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=054fdad8
7
8 sci-libs/nipype: missing dependency (#742)
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sci-libs/nipype/nipype-9999.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-libs/nipype/nipype-9999.ebuild b/sci-libs/nipype/nipype-9999.ebuild
16 index 650813beb..f1affdd81 100644
17 --- a/sci-libs/nipype/nipype-9999.ebuild
18 +++ b/sci-libs/nipype/nipype-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -23,11 +23,12 @@ DEPEND="
26 dev-python/prov[${PYTHON_USEDEP}]
27 dev-python/numpy[${PYTHON_USEDEP}]
28 dev-python/setuptools[${PYTHON_USEDEP}]
29 - sci-libs/nibabel[${PYTHON_USEDEP}]
30 + >=sci-libs/nibabel-2.0.1[${PYTHON_USEDEP}]
31 test? ( dev-python/mock[${PYTHON_USEDEP}] )
32 $(python_gen_cond_dep 'dev-python/configparser[${PYTHON_USEDEP}]' python2_7)
33 "
34 RDEPEND="
35 + >=dev-python/click-6.6[${PYTHON_USEDEP}]
36 dev-python/networkx[${PYTHON_USEDEP}]
37 dev-python/pydotplus[${PYTHON_USEDEP}]
38 dev-python/pygraphviz[${PYTHON_USEDEP}]