From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 50719138334 for ; Wed, 26 Sep 2018 17:31:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C19BE08D4; Wed, 26 Sep 2018 17:31:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 338A0E08D4 for ; Wed, 26 Sep 2018 17:31:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38003335C5D for ; Wed, 26 Sep 2018 17:31:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16C1D3D2 for ; Wed, 26 Sep 2018 17:31:13 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1537983049.a1b038cf90a79a134f78f6cc1f3b93ed698bd22f.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/nipype/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/nipype/nipype-1.1.1.ebuild X-VCS-Directories: sci-libs/nipype/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: a1b038cf90a79a134f78f6cc1f3b93ed698bd22f X-VCS-Branch: master Date: Wed, 26 Sep 2018 17:31:13 +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: a19b5fb2-920e-41d6-a556-a9aadeeb2257 X-Archives-Hash: cfbe9b90132716d609ebe8758f5d96b3 commit: a1b038cf90a79a134f78f6cc1f3b93ed698bd22f Author: Horea Christian yandex com> AuthorDate: Wed Sep 26 17:30:49 2018 +0000 Commit: Horea Christian gmail com> CommitDate: Wed Sep 26 17:30:49 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a1b038cf sci-libs/nipype: corrected dep Package-Manager: Portage-2.3.49, Repoman-2.3.10 sci-libs/nipype/nipype-1.1.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-libs/nipype/nipype-1.1.1.ebuild b/sci-libs/nipype/nipype-1.1.1.ebuild index 84e7e852b..8233d90b8 100644 --- a/sci-libs/nipype/nipype-1.1.1.ebuild +++ b/sci-libs/nipype/nipype-1.1.1.ebuild @@ -35,6 +35,7 @@ RDEPEND=" >=dev-python/click-6.6[${PYTHON_USEDEP}] dev-python/networkx[${PYTHON_USEDEP}] dev-python/packaging[${PYTHON_USEDEP}] + dev-python/pydot[${PYTHON_USEDEP}] dev-python/pydotplus[${PYTHON_USEDEP}] dev-python/pygraphviz[${PYTHON_USEDEP}] dev-python/python-dateutil[${PYTHON_USEDEP}]