diff options
author | Nathaniel Manista <nathaniel@google.com> | 2015-09-10 22:16:04 +0000 |
---|---|---|
committer | Nathaniel Manista <nathaniel@google.com> | 2015-09-10 22:16:04 +0000 |
commit | a1880228aa63d579b772a403090616ade95b41d5 (patch) | |
tree | bfacf92c8a348bc38beb8cfa1753f6d691654d55 /src/python/grpcio_test | |
parent | 20f196af08c6d04a0920056b3c3a4bc64a700813 (diff) |
Further maintenance of Python dependencies
These changes probably should have been in 3b0fefb246caf9cf983d8 but
were overlooked.
Diffstat (limited to 'src/python/grpcio_test')
-rw-r--r-- | src/python/grpcio_test/setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/python/grpcio_test/setup.py b/src/python/grpcio_test/setup.py index 216119f0e7..fe36bc9232 100644 --- a/src/python/grpcio_test/setup.py +++ b/src/python/grpcio_test/setup.py @@ -72,6 +72,8 @@ _SETUP_REQUIRES = ( _INSTALL_REQUIRES = ( 'oauth2client>=1.4.7', 'grpcio>=0.11.0b0', + # TODO(issue 3321): Unpin protobuf dependency. + 'protobuf==3.0.0a3', ) _COMMAND_CLASS = { |