commit: 505ba53d90615e85acfcc64f33fee33f5b8473d5
Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Sun Feb 21 04:29:59 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 04:29:59 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=505ba53d
sci-libs/nipype: dded deps
Package-Manager: portage-2.2.27
sci-libs/nipype/nipype-9999.ebuild | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/sci-libs/nipype/nipype-9999.ebuild
b/sci-libs/nipype/nipype-9999.ebuild
index 380ae54..ce971d1 100644
--- a/sci-libs/nipype/nipype-9999.ebuild
+++ b/sci-libs/nipype/nipype-9999.ebuild
@@ -23,14 +23,16 @@ IUSE=""
DEPEND="
dev-python/future[${PYTHON_USEDEP}]
- dev-python/setuptools[${PYTHON_USEDEP}]
+ dev-python/prov[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
+ dev-python/setuptools[${PYTHON_USEDEP}]
sci-libs/nibabel[${PYTHON_USEDEP}]"
RDEPEND="
- sci-libs/scipy[${PYTHON_USEDEP}]
- dev-python/traits[${PYTHON_USEDEP}]
dev-python/networkx[${PYTHON_USEDEP}]
- dev-python/pygraphviz[${PYTHON_USEDEP}]"
+ dev-python/pydotplus[${PYTHON_USEDEP}]
+ dev-python/pygraphviz[${PYTHON_USEDEP}]
+ dev-python/traits[${PYTHON_USEDEP}]
+ sci-libs/scipy[${PYTHON_USEDEP}]"
python_test() {
nosetests -v || die