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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 88CFB15800C for ; Tue, 4 Apr 2023 04:12:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F841E0798; Tue, 4 Apr 2023 04:12:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C0BEE0798 for ; Tue, 4 Apr 2023 04:12:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3420B340B27 for ; Tue, 4 Apr 2023 04:12:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45157A1D for ; Tue, 4 Apr 2023 04:12:01 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1680580466.846c41d13e9d3052c55b794d37b09fce7ba99ba3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nbclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nbclient/nbclient-0.7.3.ebuild X-VCS-Directories: dev-python/nbclient/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 846c41d13e9d3052c55b794d37b09fce7ba99ba3 X-VCS-Branch: master Date: Tue, 4 Apr 2023 04:12:01 +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: 9f91ce42-78f0-4cb3-a702-81c60532bc7d X-Archives-Hash: 513dbdb3162d0e87801ac2330914f813 commit: 846c41d13e9d3052c55b794d37b09fce7ba99ba3 Author: Michał Górny gentoo org> AuthorDate: Tue Apr 4 03:54:26 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Apr 4 03:54:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=846c41d1 dev-python/nbclient: Add missing test dep on dev-python/flaky Signed-off-by: Michał Górny gentoo.org> dev-python/nbclient/nbclient-0.7.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/nbclient/nbclient-0.7.3.ebuild b/dev-python/nbclient/nbclient-0.7.3.ebuild index 1f8c2146f764..2b4347e7c776 100644 --- a/dev-python/nbclient/nbclient-0.7.3.ebuild +++ b/dev-python/nbclient/nbclient-0.7.3.ebuild @@ -31,6 +31,7 @@ RDEPEND=" " BDEPEND=" test? ( + dev-python/flaky[${PYTHON_USEDEP}] dev-python/ipython[${PYTHON_USEDEP}] dev-python/ipykernel[${PYTHON_USEDEP}] dev-python/ipywidgets[${PYTHON_USEDEP}]