소스 검색

Merge branch 'prep_for_py2_py3_straddle' into straddle_py2_py3

Conflicts:
	python/setup.py
Tres Seaver 10 년 전
부모
커밋
70dcdeb62c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      python/setup.py

+ 1 - 1
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'],
         ext_modules = ext_module_list,
         url = 'https://developers.google.com/protocol-buffers/',
         maintainer = maintainer_email,