[ARVADOS] updated: 23cf2d8b1245c4594bf13b5904e8b72600645d0f

Git user git at public.curoverse.com
Fri Feb 19 16:41:42 EST 2016


Summary of changes:
 sdk/python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  23cf2d8b1245c4594bf13b5904e8b72600645d0f (commit)
      from  ec3ff9b42a2b6a5d50603aced6275110fdc90912 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 23cf2d8b1245c4594bf13b5904e8b72600645d0f
Author: Nico Cesar <nico at curoverse.com>
Date:   Fri Feb 19 16:38:01 2016 -0500

    package building is failing because of bad version pinning
    
    see https://ci.curoverse.com/job/build-packages/1733
    
    no issue #

diff --git a/sdk/python/setup.py b/sdk/python/setup.py
index c547d87..759e8ff 100644
--- a/sdk/python/setup.py
+++ b/sdk/python/setup.py
@@ -40,7 +40,7 @@ setup(name='arvados-python-client',
       ],
       install_requires=[
           'google-api-python-client==1.4.2',
-          'oauth2client==1.5.1',
+          'oauth2client >=1.4.6, <2',
           'ciso8601',
           'httplib2',
           'pycurl >=7.19.5.1, <7.21.5',

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list