Repository: mesos Updated Branches: refs/heads/master 25cd4e5ec -> 2339f77d5
Allowed using protobuf 3 in python bindings. Review: https://reviews.apache.org/r/56238/ Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/2339f77d Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/2339f77d Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/2339f77d Branch: refs/heads/master Commit: 2339f77d5f7138da1eaf667571a0a6c86be1d91d Parents: 25cd4e5 Author: Anthony Sottile <[email protected]> Authored: Sat Feb 18 10:19:30 2017 +0800 Committer: Haosdent Huang <[email protected]> Committed: Sat Feb 18 10:19:30 2017 +0800 ---------------------------------------------------------------------- src/python/interface/setup.py.in | 2 +- src/python/protocol/setup.py.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/2339f77d/src/python/interface/setup.py.in ---------------------------------------------------------------------- diff --git a/src/python/interface/setup.py.in b/src/python/interface/setup.py.in index 037c2ec..8e38f3f 100644 --- a/src/python/interface/setup.py.in +++ b/src/python/interface/setup.py.in @@ -26,7 +26,7 @@ config = { 'namespace_packages': [ 'mesos' ], 'packages': [ 'mesos', 'mesos.interface' ], 'package_dir': { '': 'src' }, - 'install_requires': [ 'google-common>=0.0.1', 'protobuf>=2.6.1,<3' ], + 'install_requires': [ 'google-common>=0.0.1', 'protobuf>=2.6.1,<4' ], 'license': 'Apache 2.0', 'keywords': 'mesos', 'classifiers': [ ] http://git-wip-us.apache.org/repos/asf/mesos/blob/2339f77d/src/python/protocol/setup.py.in ---------------------------------------------------------------------- diff --git a/src/python/protocol/setup.py.in b/src/python/protocol/setup.py.in index 5dd4a0a..b7de10a 100644 --- a/src/python/protocol/setup.py.in +++ b/src/python/protocol/setup.py.in @@ -26,7 +26,7 @@ config = { 'namespace_packages': [ 'mesos' ], 'packages': [ 'mesos', 'mesos.protocol' ], 'package_dir': { '': 'src' }, - 'install_requires': [ 'protobuf>=2.6.1,<3' ], + 'install_requires': [ 'protobuf>=2.6.1,<4' ], 'license': 'Apache 2.0', 'keywords': 'mesos', 'classifiers': [ ]
