commit: 054fdad8b4be758ffcc75750c9f2ca91f98574ed
Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Sun Mar 5 20:42:55 2017 +0000
Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Sun Mar 5 20:42:55 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=054fdad8
sci-libs/nipype: missing dependency (#742)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
sci-libs/nipype/nipype-9999.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/sci-libs/nipype/nipype-9999.ebuild
b/sci-libs/nipype/nipype-9999.ebuild
index 650813beb..f1affdd81 100644
--- a/sci-libs/nipype/nipype-9999.ebuild
+++ b/sci-libs/nipype/nipype-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -23,11 +23,12 @@ DEPEND="
dev-python/prov[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
- sci-libs/nibabel[${PYTHON_USEDEP}]
+ >=sci-libs/nibabel-2.0.1[${PYTHON_USEDEP}]
test? ( dev-python/mock[${PYTHON_USEDEP}] )
$(python_gen_cond_dep 'dev-python/configparser[${PYTHON_USEDEP}]'
python2_7)
"
RDEPEND="
+ >=dev-python/click-6.6[${PYTHON_USEDEP}]
dev-python/networkx[${PYTHON_USEDEP}]
dev-python/pydotplus[${PYTHON_USEDEP}]
dev-python/pygraphviz[${PYTHON_USEDEP}]