From ad32ff4e615b1c05d95b086e3092473177256f16 Mon Sep 17 00:00:00 2001 From: Masood Malekghassemi Date: Thu, 21 Jan 2016 15:15:38 -0800 Subject: Depend on Python protobuf in grpcio --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 4012397800..dfe5b3f8b4 100644 --- a/setup.py +++ b/setup.py @@ -120,6 +120,9 @@ PACKAGE_DIRECTORIES = { INSTALL_REQUIRES = ( 'enum34>=1.0.4', 'futures>=2.2.0', + # TODO(atash): eventually split the grpcio package into a metapackage + # depending on protobuf and the runtime component (independent of protobuf) + 'protobuf>=3.0.0a3', ) SETUP_REQUIRES = ( -- cgit v1.2.3