From: Zac Medico Date: Tue, 19 May 2020 07:00:54 +0000 (-0700) Subject: dev-python/google-auth: RESTRICT=test for 1.14.3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=883872d8f2b77a6452b501282a6bce0e5ac271e1;p=gentoo.git 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 --- 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 2136981f343b..2776bf9f4da6 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}]