commit | 3791c8051a587de347c3aa1c03de79dce38c1a2e | [log] [tgz] |
---|---|---|
author | Dan O'Reilly <oreilldf@gmail.com> | Thu Aug 20 20:49:45 2015 -0400 |
committer | Dan O'Reilly <oreilldf@gmail.com> | Thu Aug 20 20:49:45 2015 -0400 |
tree | 37b03986e494555efd2c5ca968d12aed62e7f8c3 | |
parent | 5de2a81b017273c9d91d6a54fc138cf077763730 [diff] [blame] |
Fix travis build Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
diff --git a/python/setup.py b/python/setup.py index 23193cb..f7ee635 100755 --- a/python/setup.py +++ b/python/setup.py
@@ -146,6 +146,7 @@ ) os.environ['PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION'] = 'cpp' + # Keep this list of dependencies in sync with tox.ini. install_requires = ['six', 'setuptools'] if sys.version_info <= (2,7): install_requires.append('ordereddict')