MINGW-packages/mingw-w64-python-gcs-oauth2-boto-plugin/0001-setup.py-allow-newer-verions.patch
2025-07-23 15:52:14 +00:00

21 lines
369 B
Diff

--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@
"""
requires = [
- 'rsa==4.7.2',
+ 'rsa>=4.7.2',
'boto>=2.29.1',
'google-reauth>=0.1.0',
'httplib2>=0.18',
@@ -37,7 +37,7 @@
'pyOpenSSL>=0.13',
'retry_decorator>=1.0.0',
'six>=1.12.0',
- 'google-auth==2.39.0',
+ 'google-auth>=2.39.0',
'google-auth-httplib2>=0.2.0'
]