Repository: arrow
Updated Branches:
  refs/heads/master d946e7917 -> 772bc6ea6


ARROW-349: Add six as a requirement

fixes https://issues.apache.org/jira/browse/ARROW-349

Author: Peter Hoffmann <p...@peter-hoffmann.com>

Closes #184 from hoffmann/patch-1 and squashes the following commits:

1bffc69 [Peter Hoffmann] Add six as a requirement


Project: http://git-wip-us.apache.org/repos/asf/arrow/repo
Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/772bc6ea
Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/772bc6ea
Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/772bc6ea

Branch: refs/heads/master
Commit: 772bc6ea6e5d452ccff1df8d5e83299e434c0d04
Parents: d946e79
Author: Peter Hoffmann <p...@peter-hoffmann.com>
Authored: Sun Oct 30 11:11:28 2016 +0100
Committer: Uwe L. Korn <uw...@xhochy.com>
Committed: Sun Oct 30 11:11:28 2016 +0100

----------------------------------------------------------------------
 python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/arrow/blob/772bc6ea/python/setup.py
----------------------------------------------------------------------
diff --git a/python/setup.py b/python/setup.py
index 9904977..cdfdc24 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -271,7 +271,7 @@ setup(
         'clean': clean,
         'build_ext': build_ext
     },
-    install_requires=['cython >= 0.23', 'numpy >= 1.9'],
+    install_requires=['cython >= 0.23', 'numpy >= 1.9', 'six >= 1.0.0'],
     description=DESC,
     license='Apache License, Version 2.0',
     maintainer="Apache Arrow Developers",

Reply via email to