You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by no...@apache.org on 2020/12/29 12:23:08 UTC

[buildstream] 03/06: Source plugin bzr depends on host's bzr

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

not-in-ldap pushed a commit to branch jjardon/host_deps
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 2c94faf827a94357b467334c6e007322fd74e45c
Author: Javier Jardón <jj...@gnome.org>
AuthorDate: Sun Jun 10 21:09:46 2018 +0100

    Source plugin bzr depends on host's bzr
    
    Issue #353
---
 buildstream/plugins/sources/bzr.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/buildstream/plugins/sources/bzr.py b/buildstream/plugins/sources/bzr.py
index ba96f7e..2112142 100644
--- a/buildstream/plugins/sources/bzr.py
+++ b/buildstream/plugins/sources/bzr.py
@@ -20,6 +20,10 @@
 bzr - stage files from a bazaar repository
 ==========================================
 
+**Host dependencies:**
+
+  * bzr
+
 **Usage:**
 
 .. code:: yaml