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 06485158013 for ; Sat, 28 Aug 2021 19:45:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49AFDE07FE; Sat, 28 Aug 2021 19:45:19 +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 2CEFAE07FE for ; Sat, 28 Aug 2021 19:45: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 10C05342B9D for ; Sat, 28 Aug 2021 19:45:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BA364E for ; Sat, 28 Aug 2021 19:45:16 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1630179904.45c4aa663796bfea347d0d03b5077c4ac6d1f68e.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/branca/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/branca/branca-0.4.2-r1.ebuild X-VCS-Directories: sci-libs/branca/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 45c4aa663796bfea347d0d03b5077c4ac6d1f68e X-VCS-Branch: master Date: Sat, 28 Aug 2021 19:45:16 +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: accc0d01-6ad2-4b50-9541-959d61114f3d X-Archives-Hash: 8d9c20eb4e4bd42c0bb12d720795619e commit: 45c4aa663796bfea347d0d03b5077c4ac6d1f68e Author: Alfredo Tupone gentoo org> AuthorDate: Sat Aug 28 19:45:04 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Aug 28 19:45:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45c4aa66 sci-libs/branca: fix dep Closes: https://bugs.gentoo.org/806148 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Alfredo Tupone gentoo.org> sci-libs/branca/branca-0.4.2-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-libs/branca/branca-0.4.2-r1.ebuild b/sci-libs/branca/branca-0.4.2-r1.ebuild index 68f61976df3..84668d2004a 100644 --- a/sci-libs/branca/branca-0.4.2-r1.ebuild +++ b/sci-libs/branca/branca-0.4.2-r1.ebuild @@ -24,6 +24,7 @@ DEPEND="${RDEPEND} test? ( dev-python/selenium[${PYTHON_USEDEP}] dev-python/nbconvert[${PYTHON_USEDEP}] + dev-python/ipykernel[${PYTHON_USEDEP}] )" BDEPEND=""