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 9E411138334 for ; Mon, 2 Jul 2018 07:02:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABF09E0938; Mon, 2 Jul 2018 07:02:19 +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 8355BE0938 for ; Mon, 2 Jul 2018 07:02:19 +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 71BA2335C2E for ; Mon, 2 Jul 2018 07:02:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDB6B300 for ; Mon, 2 Jul 2018 07:02:15 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1530514930.a4b47f08815c6bbebca2b1ffa5708098ccab23e8.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bokeh/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/bokeh/bokeh-0.12.6.ebuild X-VCS-Directories: dev-python/bokeh/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: a4b47f08815c6bbebca2b1ffa5708098ccab23e8 X-VCS-Branch: master Date: Mon, 2 Jul 2018 07:02:15 +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: acfdb297-60f4-49ae-81e2-f21fd0fbe7c0 X-Archives-Hash: 0476300b465112ac1d1b9f5fbcff81e3 commit: a4b47f08815c6bbebca2b1ffa5708098ccab23e8 Author: Pacho Ramos gentoo org> AuthorDate: Mon Jul 2 07:00:48 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Jul 2 07:02:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4b47f08 dev-python/bokeh: nbformat needed for tests, bug #659802 Package-Manager: Portage-2.3.41, Repoman-2.3.9 dev-python/bokeh/bokeh-0.12.6.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/bokeh/bokeh-0.12.6.ebuild b/dev-python/bokeh/bokeh-0.12.6.ebuild index 523b73a0222..e3483aea843 100644 --- a/dev-python/bokeh/bokeh-0.12.6.ebuild +++ b/dev-python/bokeh/bokeh-0.12.6.ebuild @@ -47,6 +47,7 @@ DEPEND=" dev-python/pytest[${PYTHON_USEDEP}] dev-python/flexx[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] + dev-python/nbformat[${PYTHON_USEDEP}] dev-python/pillow[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] dev-python/pytest-cov[${PYTHON_USEDEP}]