Commit d9a433a7 authored by Javier Jardón's avatar Javier Jardón Committed by Tristan Van Berkom
Browse files

BuildStream depends on host tools for Source plugins

parent 411dd100
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -42,6 +42,8 @@ Build elements
   elements/pip
   elements/pip




.. _authoring_source_plugins:

Sources
Sources
-------
-------
.. toctree::
.. toctree::
+4 −0
Original line number Original line Diff line number Diff line
@@ -13,6 +13,10 @@ BuildStream requires the following base system requirements:
* PyGObject introspection bindings
* PyGObject introspection bindings
* psutil python library (so you don't have to install GCC and python-devel to build it yourself)
* psutil python library (so you don't have to install GCC and python-devel to build it yourself)


BuildStream also depends on the host tools for the :mod:`Source <buildstream.source>` plugins.
Refer to the respective :ref:`authoring_source_plugins` documentation for host tool
requirements of specific plugins.

If you intend to push built artifacts to a remote artifact server,
If you intend to push built artifacts to a remote artifact server,
which requires special permissions, you will also need:
which requires special permissions, you will also need: