You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2021/02/04 07:10:11 UTC

[buildstream] 06/06: Source plugin deb depends on host's arpy python package

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

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

commit fc103f0a1ae78626a3a11ba038dd7b84ef1841a7
Author: Javier Jardón <jj...@gnome.org>
AuthorDate: Sun Jun 10 21:20:07 2018 +0100

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

diff --git a/buildstream/plugins/sources/deb.py b/buildstream/plugins/sources/deb.py
index b142b88..1cf8beb 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