aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <horea.christ@yandex.com>2017-03-05 21:42:55 +0100
committerJustin Lecher <jlec@gentoo.org>2017-03-05 20:42:55 +0000
commit054fdad8b4be758ffcc75750c9f2ca91f98574ed (patch)
treef6b3a3fe693f9728866d08ed389b7909f0fe2ee3 /sci-libs/nipype/nipype-9999.ebuild
parentsci-mathematics/mathics: new ebuild (#735) (diff)
downloadsci-054fdad8b4be758ffcc75750c9f2ca91f98574ed.tar.gz
sci-054fdad8b4be758ffcc75750c9f2ca91f98574ed.tar.bz2
sci-054fdad8b4be758ffcc75750c9f2ca91f98574ed.zip
sci-libs/nipype: missing dependency (#742)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sci-libs/nipype/nipype-9999.ebuild')
-rw-r--r--sci-libs/nipype/nipype-9999.ebuild5
1 files 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}]