diff options
author | Javier Jardón <jjardon@gnome.org> | 2018-06-10 21:09:46 +0100 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-06-22 13:03:44 -0400 |
commit | 7d97c6d3f3d59cf078df3bedd178e7977868d9d5 (patch) | |
tree | f385ded7fb010e7a05b317e07628a5f5e7323c2f | |
parent | b5d917940d79b859c7ebab0d25f512a805647b25 (diff) | |
download | buildstream-7d97c6d3f3d59cf078df3bedd178e7977868d9d5.tar.gz |
Source plugin bzr depends on host's bzr
Issue #353
-rw-r--r-- | buildstream/plugins/sources/bzr.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/buildstream/plugins/sources/bzr.py b/buildstream/plugins/sources/bzr.py index ba96f7e3a..21121428c 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 |