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 D08FD158086 for ; Wed, 6 Oct 2021 03:38:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3440DE0935; Wed, 6 Oct 2021 03:38:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B2DAE0935 for ; Wed, 6 Oct 2021 03:38:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 41324343154 for ; Wed, 6 Oct 2021 03:38:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2587EC for ; Wed, 6 Oct 2021 03:38:38 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1633491509.7f8aed7564327d71284a11ae3b78d748be99b274.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipykernel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ipykernel/ipykernel-5.5.4-r1.ebuild dev-python/ipykernel/ipykernel-6.2.0.ebuild X-VCS-Directories: dev-python/ipykernel/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7f8aed7564327d71284a11ae3b78d748be99b274 X-VCS-Branch: master Date: Wed, 6 Oct 2021 03:38:38 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5477c7e2-f126-4ee5-9c20-575911584957 X-Archives-Hash: fd4637273f985f7c836b6891168b082a commit: 7f8aed7564327d71284a11ae3b78d748be99b274 Author: Sam James gentoo org> AuthorDate: Wed Oct 6 03:38:15 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 6 03:38:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f8aed75 dev-python/ipykernel: include RDEPEND in BDEPEND Seems to be specifically needed here. Closes: https://bugs.gentoo.org/816486 Signed-off-by: Sam James gentoo.org> dev-python/ipykernel/ipykernel-5.5.4-r1.ebuild | 3 +++ dev-python/ipykernel/ipykernel-6.2.0.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/dev-python/ipykernel/ipykernel-5.5.4-r1.ebuild b/dev-python/ipykernel/ipykernel-5.5.4-r1.ebuild index ee57f42cedf..cabbd9e137f 100644 --- a/dev-python/ipykernel/ipykernel-5.5.4-r1.ebuild +++ b/dev-python/ipykernel/ipykernel-5.5.4-r1.ebuild @@ -22,7 +22,10 @@ RDEPEND=" dev-python/jupyter_core[${PYTHON_USEDEP}] dev-python/traitlets[${PYTHON_USEDEP}] www-servers/tornado[${PYTHON_USEDEP}]" +# RDEPEND seems specifically needed in BDEPEND, at least jupyter +# bug #816486 BDEPEND=" + ${RDEPEND} test? ( dev-python/flaky[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] diff --git a/dev-python/ipykernel/ipykernel-6.2.0.ebuild b/dev-python/ipykernel/ipykernel-6.2.0.ebuild index c446c7eaed8..c74ae593e65 100644 --- a/dev-python/ipykernel/ipykernel-6.2.0.ebuild +++ b/dev-python/ipykernel/ipykernel-6.2.0.ebuild @@ -28,7 +28,10 @@ RDEPEND=" >=dev-python/matplotlib-inline-0.1.0[${PYTHON_USEDEP}]