summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2018-06-10 21:13:26 +0100
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-06-22 13:03:44 -0400
commit3b1e869bd8c64750a2e725a523acd55dc8e94360 (patch)
treeb87b24cf885ce174e3c032a53ac16025d710520f
parent7d97c6d3f3d59cf078df3bedd178e7977868d9d5 (diff)
downloadbuildstream-3b1e869bd8c64750a2e725a523acd55dc8e94360.tar.gz
Source plugin git depends on host's git
Issue #353
-rw-r--r--buildstream/plugins/sources/git.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/buildstream/plugins/sources/git.py b/buildstream/plugins/sources/git.py
index 67490b744..d079d8747 100644
--- a/buildstream/plugins/sources/git.py
+++ b/buildstream/plugins/sources/git.py
@@ -21,6 +21,10 @@
git - stage files from a git repository
=======================================
+**Host dependencies:**
+
+ * git
+
**Usage:**
.. code:: yaml