Commit fec1b8e4 authored by Tres Seaver's avatar Tres Seaver

Overlooked dependency.

parent f336d4b7
......@@ -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']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment