aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <horea.christ@yandex.com>2017-04-22 18:08:09 +0200
committerJustin Lecher <jlec@gentoo.org>2017-04-22 17:08:09 +0100
commit10e4074b8e5d88f7c0f78d98872c0c5e269b19b4 (patch)
treeb43cefbdac41bad42d77b6f749327b7d55a8567f /sci-libs/nipype/nipype-9999.ebuild
parentsci-libs/acml: fix license (diff)
downloadsci-10e4074b8e5d88f7c0f78d98872c0c5e269b19b4.tar.gz
sci-10e4074b8e5d88f7c0f78d98872c0c5e269b19b4.tar.bz2
sci-10e4074b8e5d88f7c0f78d98872c0c5e269b19b4.zip
sci-libs/nipype: updted dependencies (#776)
upstream (as of now) still insists that pytest should be available at runtime and explicitly checks Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'sci-libs/nipype/nipype-9999.ebuild')
-rw-r--r--sci-libs/nipype/nipype-9999.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/sci-libs/nipype/nipype-9999.ebuild b/sci-libs/nipype/nipype-9999.ebuild
index f1affdd81..a58d9d220 100644
--- a/sci-libs/nipype/nipype-9999.ebuild
+++ b/sci-libs/nipype/nipype-9999.ebuild
@@ -24,7 +24,10 @@ DEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
>=sci-libs/nibabel-2.0.1[${PYTHON_USEDEP}]
- test? ( dev-python/mock[${PYTHON_USEDEP}] )
+ test? (
+ dev-python/mock[${PYTHON_USEDEP}]
+ dev-python/pytest[${PYTHON_USEDEP}]
+ )
$(python_gen_cond_dep 'dev-python/configparser[${PYTHON_USEDEP}]' python2_7)
"
RDEPEND="
@@ -32,7 +35,8 @@ RDEPEND="
dev-python/networkx[${PYTHON_USEDEP}]
dev-python/pydotplus[${PYTHON_USEDEP}]
dev-python/pygraphviz[${PYTHON_USEDEP}]
- dev-python/traits[${PYTHON_USEDEP}]
+ dev-python/pytest[${PYTHON_USEDEP}]
+ >=dev-python/traits-4.6.0[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]
dev-python/simplejson[${PYTHON_USEDEP}]
"