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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8D5B4158042 for ; Thu, 24 Oct 2024 12:58:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8D13E0884; Thu, 24 Oct 2024 12:58:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C0B4E0884 for ; Thu, 24 Oct 2024 12:58:51 +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 4177833BF60 for ; Thu, 24 Oct 2024 12:58:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A208510BB for ; Thu, 24 Oct 2024 12:58:48 +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: <1729774723.544c70d41f0f37953aadb1c17c4dcca14b79bda1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/grpcio-status/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/grpcio-status/grpcio-status-1.67.0.ebuild X-VCS-Directories: dev-python/grpcio-status/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 544c70d41f0f37953aadb1c17c4dcca14b79bda1 X-VCS-Branch: master Date: Thu, 24 Oct 2024 12:58:48 +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: 02653974-f112-4bb5-a114-ccfef806619f X-Archives-Hash: 2d52ed06eebfb536d4a2f08bca421802 commit: 544c70d41f0f37953aadb1c17c4dcca14b79bda1 Author: Michał Górny gentoo org> AuthorDate: Thu Oct 24 11:20:50 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Oct 24 12:58:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=544c70d4 dev-python/grpcio-status: Add test-dep on coverage Closes: https://bugs.gentoo.org/942048 Signed-off-by: Michał Górny gentoo.org> dev-python/grpcio-status/grpcio-status-1.67.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild b/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild index 42d69cb4f7ca..b914fe852d6b 100644 --- a/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild +++ b/dev-python/grpcio-status/grpcio-status-1.67.0.ebuild @@ -31,6 +31,11 @@ RDEPEND=" =dev-python/protobuf-python-5.26.1[${PYTHON_USEDEP}] " +BDEPEND=" + test? ( + dev-python/coverage[${PYTHON_USEDEP}] + ) +" distutils_enable_tests pytest