gsutil-3.42-use-friendy-version-checks.patch 473 B

123456789101112131415161718192021
  1. --- a/setup.py
  2. +++ b/setup.py
  3. @@ -33,15 +33,13 @@ management tasks, including:
  4. """
  5. requires = [
  6. - 'boto==2.22.1',
  7. + 'boto>=2.22.1',
  8. 'httplib2>=0.8',
  9. 'python-gflags>=2.0',
  10. 'google-api-python-client>=1.1',
  11. 'pyOpenSSL>=0.13',
  12. 'crcmod>=1.7',
  13. - # Not using 1.02 because of:
  14. - # https://code.google.com/p/socksipy-branch/issues/detail?id=3
  15. - 'SocksiPy-branch==1.01',
  16. + 'SocksiPy-branch>=1.01',
  17. 'retry_decorator>=1.0.0',
  18. ]