From 495a485ff8e7b8c548b943da10c6acfe3eb98165 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Wed, 10 Feb 2016 13:19:11 -0500 Subject: [PATCH] Pin PySDK's gflags dependency to <3.0. We've built and tested with 3.0 successfully, but its ChangeLog says: * A lot of potentially backwards incompatible changes since 2.0. * This version is NOT recommended to use in production. Some of the files and documentation has been lost during export; this will be fixed in next versions. We found out about this after 3.0.2 broke our tests. Take their advice for now. No issue #. --- sdk/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/python/setup.py b/sdk/python/setup.py index 98b7361e92..b6518f95a1 100644 --- a/sdk/python/setup.py +++ b/sdk/python/setup.py @@ -43,7 +43,7 @@ setup(name='arvados-python-client', 'google-api-python-client', 'httplib2', 'pycurl >=7.19.5.1, <7.21.5', - 'python-gflags', + 'python-gflags<3.0', 'ws4py' ], test_suite='tests', -- 2.30.2