This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch soft-arpy-dependency
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 71ac9c463f62c87fadc63f7215c66a8f098d7fdc
Author: Tristan Maat <[email protected]>
AuthorDate: Tue Mar 27 16:03:41 2018 +0100

    HACKING.rst: Add a note about arpy being required for docs
---
 HACKING.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/HACKING.rst b/HACKING.rst
index e89e282..16d9a1d 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -137,6 +137,12 @@ other mechanism::
 Furthermore, the documentation build requires that BuildStream itself
 be installed.
 
+You will also need any dependencies required for plugins, even if
+these aren't otherwise hard dependencies. This currently applies to
+``arpy``::
+
+  pip install --user arpy
+
 To build the documentation, just run the following::
 
   make -C doc

Reply via email to