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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4F30815838C for ; Fri, 26 Jan 2024 17:07:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BF32E29CB; Fri, 26 Jan 2024 17:07:12 +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 16C8DE29CB for ; Fri, 26 Jan 2024 17:07:12 +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 274E23432B6 for ; Fri, 26 Jan 2024 17:07:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D0D81133 for ; Fri, 26 Jan 2024 17:07:09 +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: <1706287697.56593c54ae027930b424ac21b6839498b6f15a4e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/google-auth/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/google-auth/google-auth-2.27.0.ebuild X-VCS-Directories: dev-python/google-auth/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 56593c54ae027930b424ac21b6839498b6f15a4e X-VCS-Branch: master Date: Fri, 26 Jan 2024 17:07:09 +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: 35a60fd1-4d7c-4e57-8a0d-ca0abf76fe81 X-Archives-Hash: 63e95735e1cc1e88d359dcaca529e9e2 commit: 56593c54ae027930b424ac21b6839498b6f15a4e Author: Michał Górny gentoo org> AuthorDate: Fri Jan 26 16:48:17 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jan 26 16:48:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56593c54 dev-python/google-auth: Remove optional dep on dev-python/grpcio Signed-off-by: Michał Górny gentoo.org> dev-python/google-auth/google-auth-2.27.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/google-auth/google-auth-2.27.0.ebuild b/dev-python/google-auth/google-auth-2.27.0.ebuild index edb9a92d286a..2af5b952c0c9 100644 --- a/dev-python/google-auth/google-auth-2.27.0.ebuild +++ b/dev-python/google-auth/google-auth-2.27.0.ebuild @@ -30,7 +30,6 @@ BDEPEND=" dev-python/cryptography[${PYTHON_USEDEP}] dev-python/flask[${PYTHON_USEDEP}] dev-python/freezegun[${PYTHON_USEDEP}] - dev-python/grpcio[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] dev-python/moto[${PYTHON_USEDEP}] dev-python/pyopenssl[${PYTHON_USEDEP}]