[ARVADOS] updated: 8297039dfdf78e712855a1a223c5ea15094244ba

git at public.curoverse.com git at public.curoverse.com
Thu Oct 16 12:45:07 EDT 2014


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

       via  8297039dfdf78e712855a1a223c5ea15094244ba (commit)
      from  b19a6058168a290fe789b2228c13935edc6e5546 (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 8297039dfdf78e712855a1a223c5ea15094244ba
Author: Brett Smith <brett at curoverse.com>
Date:   Thu Oct 16 12:47:09 2014 -0400

    Python SDK is not compatible with apiclient 1.3.
    
    Figuring out why this is needs more investigation.  It's something I'd
    like to do, but it seems urgent to push this fix so builds can pass
    again.  No issue #, but see
    <https://ci.curoverse.com/job/arvados-api-server/980/>.

diff --git a/sdk/python/setup.py b/sdk/python/setup.py
index 03637cb..ee5b15d 100644
--- a/sdk/python/setup.py
+++ b/sdk/python/setup.py
@@ -42,7 +42,7 @@ setup(name='arvados-python-client',
         ],
       install_requires=[
         'python-gflags',
-        'google-api-python-client',
+        'google-api-python-client<1.3',
         'httplib2',
         'urllib3',
         'ws4py'

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list