commit: 883872d8f2b77a6452b501282a6bce0e5ac271e1 Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Tue May 19 07:00:54 2020 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> 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 <zmedico <AT> 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}]
