[oe-commits] [meta-openembedded] 09/47: iotop: Add missing dependency: python-subprocess

git at git.openembedded.org git at git.openembedded.org
Sun Aug 19 23:11:21 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master
in repository meta-openembedded.

commit 2e76cbe8a794a0217d39a40b364909849a536464
Author: Isaac Nickaein <nickaein.i at gmail.com>
AuthorDate: Wed Aug 15 14:36:49 2018 +0430

    iotop: Add missing dependency: python-subprocess
    
    This adds python-subprocess as run-time dependency for iotop.
    
    More info:
    http://lists.openembedded.org/pipermail/openembedded-core/2018-August/154111.html
    
    Signed-off-by: Isaac Nickaein <nickaein.i at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-extended/iotop/iotop_0.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/iotop/iotop_0.6.bb b/meta-oe/recipes-extended/iotop/iotop_0.6.bb
index 51ea32c..94643cd 100644
--- a/meta-oe/recipes-extended/iotop/iotop_0.6.bb
+++ b/meta-oe/recipes-extended/iotop/iotop_0.6.bb
@@ -24,4 +24,4 @@ do_install_append() {
 
 RDEPENDS_${PN} = "python-curses python-textutils \
                   python-codecs python-ctypes python-pprint \
-                  python-shell"
+                  python-shell python-subprocess"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list