commit | a1880228aa63d579b772a403090616ade95b41d5 | [log] [tgz] |
---|---|---|
author | Nathaniel Manista <nathaniel@google.com> | Thu Sep 10 22:16:04 2015 +0000 |
committer | Nathaniel Manista <nathaniel@google.com> | Thu Sep 10 22:16:04 2015 +0000 |
tree | bfacf92c8a348bc38beb8cfa1753f6d691654d55 | |
parent | 20f196af08c6d04a0920056b3c3a4bc64a700813 [diff] [blame] |
Further maintenance of Python dependencies These changes probably should have been in 3b0fefb246caf9cf983d8 but were overlooked.
diff --git a/src/python/grpcio_test/setup.py b/src/python/grpcio_test/setup.py index 216119f..fe36bc9 100644 --- a/src/python/grpcio_test/setup.py +++ b/src/python/grpcio_test/setup.py
@@ -72,6 +72,8 @@ _INSTALL_REQUIRES = ( 'oauth2client>=1.4.7', 'grpcio>=0.11.0b0', + # TODO(issue 3321): Unpin protobuf dependency. + 'protobuf==3.0.0a3', ) _COMMAND_CLASS = {