[oe-commits] [meta-openembedded] 17/24: iotop: add runtime dependency on python-core

git at git.openembedded.org git at git.openembedded.org
Fri Aug 16 15:01:26 UTC 2019


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

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

commit 92a2ea29fd3851291d9e95d7b8af939a66b073e5
Author: Martin Jansa <martin.jansa at gmail.com>
AuthorDate: Fri Aug 16 08:53:23 2019 +0000

    iotop: add runtime dependency on python-core
    
    * fixes:
      ERROR: QA Issue: /usr/sbin/iotop contained in package iotop requires
      /usr/bin/python, but no providers found in RDEPENDS_iotop? [file-rdeps]
    
    Signed-off-by: Martin Jansa <Martin.Jansa 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 94643cd..b01d7f6 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-subprocess"
+                  python-shell python-subprocess python-core"

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


More information about the Openembedded-commits mailing list