aboutsummaryrefslogtreecommitdiff
path: root/python/setup.py
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2015-01-13 14:57:18 -0500
committerTres Seaver <tseaver@palladion.com>2015-01-13 14:57:18 -0500
commitfec1b8e4442a51a0367927bc3c01052df1496215 (patch)
tree78f2c291c65b4b4ae79b1df7bc3a5ddc9d494a8b /python/setup.py
parentf336d4b7a5c1d369ed508e513d482c885705e939 (diff)
downloadprotobuf-fec1b8e4442a51a0367927bc3c01052df1496215.tar.gz
protobuf-fec1b8e4442a51a0367927bc3c01052df1496215.tar.bz2
protobuf-fec1b8e4442a51a0367927bc3c01052df1496215.zip
Overlooked dependency.
Diffstat (limited to 'python/setup.py')
-rwxr-xr-xpython/setup.py2
1 files changed, 1 insertions, 1 deletions
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']