This is an automated email from the ASF dual-hosted git repository.
wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 40a0008 [Python] Adding more missing Linux dependencies to developer
docs
40a0008 is described below
commit 40a0008509e479af7e338d16728cd80f686ec947
Author: Mitar <[email protected]>
AuthorDate: Thu Mar 8 20:33:30 2018 -0800
[Python] Adding more missing Linux dependencies to developer docs
---
python/doc/source/development.rst | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/python/doc/source/development.rst
b/python/doc/source/development.rst
index 42f407a..3e1e72b 100644
--- a/python/doc/source/development.rst
+++ b/python/doc/source/development.rst
@@ -118,7 +118,9 @@ dependencies will be automatically built by Arrow's
third-party toolchain.
$ sudo apt-get install libjemalloc-dev libboost-dev \
libboost-filesystem-dev \
libboost-system-dev \
- libboost-regex-dev
+ libboost-regex-dev \
+ flex \
+ bison
On Arch Linux, you can get these dependencies via pacman.
--
To stop receiving notification emails like this one, please contact
[email protected].