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 C4D901382C5 for ; Thu, 10 May 2018 17:04:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D88F5E09FD; Thu, 10 May 2018 17:04:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B84E7E09FD for ; Thu, 10 May 2018 17:04:56 +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 78E1D335C7D for ; Thu, 10 May 2018 17:04:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2F2B3E for ; Thu, 10 May 2018 17:04:53 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1525971883.22257699f838ccc66ae62750f347cb4501250998.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter_core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jupyter_core/jupyter_core-4.4.0.ebuild X-VCS-Directories: dev-python/jupyter_core/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 22257699f838ccc66ae62750f347cb4501250998 X-VCS-Branch: master Date: Thu, 10 May 2018 17:04:53 +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: 040e7a66-af76-447c-86b8-a93121443acf X-Archives-Hash: 515b533ca6b8867aafc2ffc60dcb0056 commit: 22257699f838ccc66ae62750f347cb4501250998 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 10 17:04:11 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 10 17:04:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22257699 dev-python/jupyter_core: Restrict tests, need existing installation Tests succeed when package is installed in advance. Bug: https://bugs.gentoo.org/649538 Package-Manager: Portage-2.3.36, Repoman-2.3.9 dev-python/jupyter_core/jupyter_core-4.4.0.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-python/jupyter_core/jupyter_core-4.4.0.ebuild b/dev-python/jupyter_core/jupyter_core-4.4.0.ebuild index a2804624d23..962e95ed8c6 100644 --- a/dev-python/jupyter_core/jupyter_core-4.4.0.ebuild +++ b/dev-python/jupyter_core/jupyter_core-4.4.0.ebuild @@ -18,7 +18,7 @@ IUSE="doc test" RDEPEND=" dev-python/traitlets[${PYTHON_USEDEP}] - " +" DEPEND="${RDEPEND} !!