From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1335980-garchives=archives.gentoo.org@lists.gentoo.org>
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))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 799C9158088
	for <garchives@archives.gentoo.org>; Wed,  3 Nov 2021 06:43:21 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id DA0F4E08BD;
	Wed,  3 Nov 2021 06:43:08 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 9CD0EE086C
	for <gentoo-commits@lists.gentoo.org>; Wed,  3 Nov 2021 06:43:08 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 smtp.gentoo.org (Postfix) with ESMTPS id BD241342CEA
	for <gentoo-commits@lists.gentoo.org>; Wed,  3 Nov 2021 06:43:07 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D4AC1A8
	for <gentoo-commits@lists.gentoo.org>; Wed,  3 Nov 2021 06:43:05 +0000 (UTC)
From: "Michał Górny" <mgorny@gentoo.org>
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" <mgorny@gentoo.org>
Message-ID: <1635921782.df9f63ed33d38f2364662464f4ba1f4df5b679d0.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/google-api-python-client/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/google-api-python-client/google-api-python-client-2.29.0.ebuild
X-VCS-Directories: dev-python/google-api-python-client/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: df9f63ed33d38f2364662464f4ba1f4df5b679d0
X-VCS-Branch: master
Date: Wed,  3 Nov 2021 06:43:05 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: cbceb9fe-ce9c-4b47-bfc0-e5150b3c2ae3
X-Archives-Hash: 90184da8386fac347c96059a837775f8

commit:     df9f63ed33d38f2364662464f4ba1f4df5b679d0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  3 06:34:10 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov  3 06:43:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df9f63ed

dev-python/google-api-python-client: Revert grpc blocker, wrong pkg

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../google-api-python-client/google-api-python-client-2.29.0.ebuild    | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-python/google-api-python-client/google-api-python-client-2.29.0.ebuild b/dev-python/google-api-python-client/google-api-python-client-2.29.0.ebuild
index e908ee3e3cc..94711a2ec4c 100644
--- a/dev-python/google-api-python-client/google-api-python-client-2.29.0.ebuild
+++ b/dev-python/google-api-python-client/google-api-python-client-2.29.0.ebuild
@@ -23,11 +23,8 @@ RDEPEND="
 	>=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
 	<dev-python/uritemplate-5[${PYTHON_USEDEP}]
 	"
-# grpcio support is broken if grpcio-status is not installed,
-# and we do not package the latter
 BDEPEND="
 	test? (
-		!!dev-python/grpcio
 		dev-python/mock[${PYTHON_USEDEP}]
 		dev-python/oauth2client[${PYTHON_USEDEP}]
 		dev-python/pandas[${PYTHON_USEDEP}]