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 06e9fb4 [Python] Add missing dependency to development.rst
06e9fb4 is described below
commit 06e9fb4db380585a223a83f6fc4e998241f51c44
Author: Mitar <[email protected]>
AuthorDate: Mon Mar 5 18:01:36 2018 -0800
[Python] Add missing dependency to development.rst
---
python/doc/source/development.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/python/doc/source/development.rst
b/python/doc/source/development.rst
index e4078bd..42f407a 100644
--- a/python/doc/source/development.rst
+++ b/python/doc/source/development.rst
@@ -117,7 +117,8 @@ 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-system-dev \
+ libboost-regex-dev
On Arch Linux, you can get these dependencies via pacman.
--
To stop receiving notification emails like this one, please contact
[email protected].