projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d12379d
)
dev-python/google-auth: RESTRICT=test for 1.14.3
author
Zac Medico
<zmedico@gentoo.org>
Tue, 19 May 2020 07:00:54 +0000
(
00:00
-0700)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 19 May 2020 07:00:58 +0000
(
00:00
-0700)
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@gentoo.org>
dev-python/google-auth/google-auth-1.14.3.ebuild
patch
|
blob
|
history
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 2136981f343b6ca608d31d57eb28161770c26f88..2776bf9f4da651cb913d5d534ad67c6322864dbc 100644
(file)
--- 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}]