From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 67CE21388C0 for ; Sun, 21 Feb 2016 15:16:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68E8221C02E; Sun, 21 Feb 2016 15:16:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A81121C021 for ; Sun, 21 Feb 2016 15:16:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 92AE3340C52 for ; Sun, 21 Feb 2016 15:16:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC8011068 for ; Sun, 21 Feb 2016 15:16:10 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1456028999.505ba53d90615e85acfcc64f33fee33f5b8473d5.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nipype/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/nipype/nipype-9999.ebuild X-VCS-Directories: sci-libs/nipype/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 505ba53d90615e85acfcc64f33fee33f5b8473d5 X-VCS-Branch: master Date: Sun, 21 Feb 2016 15:16:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 20c9db65-ca01-411f-be93-b356157658c8 X-Archives-Hash: 4dbdcfef23c9ab12d40b37bcb4d3b165 commit: 505ba53d90615e85acfcc64f33fee33f5b8473d5 Author: Horea Christian yandex com> AuthorDate: Sun Feb 21 04:29:59 2016 +0000 Commit: Justin Lecher gentoo 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