commit: 20d19f16f0a1b911dedaed17592e596aa2aea3f6 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jan 13 01:46:17 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jan 13 01:46:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20d19f16
dev-python/google-auth: add upper-bound on cachetools Closes: https://bugs.gentoo.org/830970 Signed-off-by: Sam James <sam <AT> gentoo.org> .../{google-auth-2.3.3.ebuild => google-auth-2.3.3-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/google-auth/google-auth-2.3.3.ebuild b/dev-python/google-auth/google-auth-2.3.3-r1.ebuild similarity index 94% rename from dev-python/google-auth/google-auth-2.3.3.ebuild rename to dev-python/google-auth/google-auth-2.3.3-r1.ebuild index 616a33ae31c4..03004f5afbc6 100644 --- a/dev-python/google-auth/google-auth-2.3.3.ebuild +++ b/dev-python/google-auth/google-auth-2.3.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,7 +19,7 @@ SLOT="0" KEYWORDS="amd64 ~arm ~arm64 x86" RDEPEND=" - >=dev-python/cachetools-2.0.0[${PYTHON_USEDEP}] + <dev-python/cachetools-5.0.0[${PYTHON_USEDEP}] dev-python/namespace-google[${PYTHON_USEDEP}] >=dev-python/pyasn1-0.1.7[${PYTHON_USEDEP}] >=dev-python/pyasn1-modules-0.2.1[${PYTHON_USEDEP}]
