summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2018-06-10 21:20:07 +0100
committerJavier Jardón <jjardon@gnome.org>2018-06-21 19:45:59 +0100
commitfc103f0a1ae78626a3a11ba038dd7b84ef1841a7 (patch)
tree92bc8dc8ca9e2182f69748020fa0d7b4d50ccef9
parent0396d804f8698179e07aac8c67e8b4d6fae4e4e8 (diff)
downloadbuildstream-jjardon/host_deps.tar.gz
Source plugin deb depends on host's arpy python packagejjardon/host_deps
Issue #353
-rw-r--r--buildstream/plugins/sources/deb.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/buildstream/plugins/sources/deb.py b/buildstream/plugins/sources/deb.py
index b142b888d..1cf8beb22 100644
--- a/buildstream/plugins/sources/deb.py
+++ b/buildstream/plugins/sources/deb.py
@@ -22,6 +22,10 @@
deb - stage files from .deb packages
====================================
+**Host dependencies:**
+
+ * arpy (python package)
+
**Usage:**
.. code:: yaml