From fec1b8e4442a51a0367927bc3c01052df1496215 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Tue, 13 Jan 2015 14:57:18 -0500 Subject: Overlooked dependency. --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/setup.py b/python/setup.py index cfe25cc0..da552ef5 100755 --- a/python/setup.py +++ b/python/setup.py @@ -196,7 +196,7 @@ if __name__ == '__main__': 'google.protobuf.text_encoding', 'google.protobuf.text_format'], cmdclass = { 'clean': clean, 'build_py': build_py }, - install_requires = ['setuptools'], + install_requires = ['setuptools', 'six'], # TODO: Restore dependency once a Python 3 compatible google-apputils # is released. setup_requires = (['google-apputils'] -- cgit v1.2.3