diff options
author | Sam James <sam@gentoo.org> | 2022-01-13 01:46:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-13 01:46:17 +0000 |
commit | 20d19f16f0a1b911dedaed17592e596aa2aea3f6 (patch) | |
tree | 0d47d397ec49e8f88682aada122c4b586d5cc51b /dev-python/google-auth | |
parent | dev-lang/mono: fix automagic ccache usage (diff) | |
download | gentoo-20d19f16f0a1b911dedaed17592e596aa2aea3f6.tar.gz gentoo-20d19f16f0a1b911dedaed17592e596aa2aea3f6.tar.bz2 gentoo-20d19f16f0a1b911dedaed17592e596aa2aea3f6.zip |
dev-python/google-auth: add upper-bound on cachetools
Closes: https://bugs.gentoo.org/830970
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/google-auth')
-rw-r--r-- | dev-python/google-auth/google-auth-2.3.3-r1.ebuild (renamed from dev-python/google-auth/google-auth-2.3.3.ebuild) | 4 |
1 files 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 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}] |