diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-01-26 03:22:00 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-01-26 03:50:25 +0800 |
commit | 12c02bd3eb9e8fbd75287651eaca0d818f6790c1 (patch) | |
tree | 72fc631d3a2be68b72e18c484aace49412540c6e /security/py-google-auth/files/patch-setup.py | |
parent | security/py-asyncssh: Update to 2.9.0 (diff) |
security/py-google-auth: Update to 2.4.0
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.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/security/py-google-auth/files/patch-setup.py b/security/py-google-auth/files/patch-setup.py deleted file mode 100644 index 61142388b3f1..000000000000 --- a/security/py-google-auth/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2021-11-01 20:33:09 UTC -+++ setup.py -@@ -20,7 +20,7 @@ from setuptools import setup - - - DEPENDENCIES = ( -- "cachetools>=2.0.0,<5.0", -+ "cachetools>=2.0.0,<5.1", - "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 |