Skip to content

Commit 772bc6e

Browse files
hoffmannxhochy
authored andcommitted
ARROW-349: Add six as a requirement
fixes https://issues.apache.org/jira/browse/ARROW-349 Author: Peter Hoffmann <ph@peter-hoffmann.com> Closes #184 from hoffmann/patch-1 and squashes the following commits: 1bffc69 [Peter Hoffmann] Add six as a requirement
1 parent d946e79 commit 772bc6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def get_outputs(self):
271271
'clean': clean,
272272
'build_ext': build_ext
273273
},
274-
install_requires=['cython >= 0.23', 'numpy >= 1.9'],
274+
install_requires=['cython >= 0.23', 'numpy >= 1.9', 'six >= 1.0.0'],
275275
description=DESC,
276276
license='Apache License, Version 2.0',
277277
maintainer="Apache Arrow Developers",

0 commit comments

Comments
 (0)