summaryrefslogtreecommitdiff
path: root/security/py-google-auth/files/patch-setup.py
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-06-02 00:14:01 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-06-02 00:23:34 +0800
commit91ae5086129312d09d3f0c69af4e4cceb294b24f (patch)
tree060d078dd0f909bd07c7fc195be684598e7985aa /security/py-google-auth/files/patch-setup.py
parentsecurity/py-authlib: Update to 1.6.0 (diff)
security/py-google-auth: Update to 2.40.2
- Add CRYPTOGRAPHY_BASE, PYJWT and URLLIB3 options Changes: https://github.com/googleapis/google-auth-library-python/releases
Diffstat (limited to 'security/py-google-auth/files/patch-setup.py')
-rw-r--r--security/py-google-auth/files/patch-setup.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/py-google-auth/files/patch-setup.py b/security/py-google-auth/files/patch-setup.py
new file mode 100644
index 000000000000..06b64628ef0c
--- /dev/null
+++ b/security/py-google-auth/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig 2025-05-21 18:00:57 UTC
++++ setup.py
+@@ -20,7 +20,7 @@ DEPENDENCIES = (
+
+
+ DEPENDENCIES = (
+- "cachetools>=2.0.0,<6.0",
++ "cachetools>=2.0.0",
+ "pyasn1-modules>=0.2.1",
+ # rsa==4.5 is the last version to support 2.7
+ # https://github.com/sybrenstuvel/python-rsa/issues/152#issuecomment-643470233