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 6EB421382C5 for ; Tue, 19 May 2020 07:02:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8905AE0831; Tue, 19 May 2020 07:02:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 73DB8E0831 for ; Tue, 19 May 2020 07:02:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DABED34EF32 for ; Tue, 19 May 2020 07:02:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CA591D6 for ; Tue, 19 May 2020 07:02:26 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1589871658.883872d8f2b77a6452b501282a6bce0e5ac271e1.zmedico@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-1.14.3.ebuild X-VCS-Directories: dev-python/google-auth/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 883872d8f2b77a6452b501282a6bce0e5ac271e1 X-VCS-Branch: master Date: Tue, 19 May 2020 07:02:26 +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: 434f7277-ee5f-4d13-99c1-c4059580bb60 X-Archives-Hash: e344e9720d35dc4ed142e328c159503f commit: 883872d8f2b77a6452b501282a6bce0e5ac271e1 Author: Zac Medico gentoo org> AuthorDate: Tue May 19 07:00:54 2020 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue May 19 07:00:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=883872d8 dev-python/google-auth: RESTRICT=test for 1.14.3 Test deps are fixed in 1.14.3-r1. Closes: https://bugs.gentoo.org/723554 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Zac Medico gentoo.org> dev-python/google-auth/google-auth-1.14.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/google-auth/google-auth-1.14.3.ebuild b/dev-python/google-auth/google-auth-1.14.3.ebuild index 2136981f343..2776bf9f4da 100644 --- a/dev-python/google-auth/google-auth-1.14.3.ebuild +++ b/dev-python/google-auth/google-auth-1.14.3.ebuild @@ -15,7 +15,8 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="test" -RESTRICT="!test? ( test )" +# Test deps need keywords. See #723554 and #723912. +RESTRICT="test" RDEPEND=" dev-python/namespace-google[${PYTHON_USEDEP}]