summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2019-08-23 09:59:04 +0800
committerJoe MacDonald <joe_macdonald@mentor.com>2019-08-28 10:28:06 -0400
commita41f48260654e0e444603c6a595444c450e6c3f5 (patch)
tree82f6130e75916e0838fd81f0c5a464a04616857a
parentc1309380d7ea55b5f3f84b70156e4f6ed25818ab (diff)
downloadmeta-selinux-a41f48260654e0e444603c6a595444c450e6c3f5.tar.gz
selinux-sandbox: add runtime dependency on python-core
Fixes: ERROR: QA Issue: /usr/share/sandbox/start contained in package selinux-sandbox requires /usr/bin/python, but no providers found in RDEPENDS_selinux-sandbox? [file-rdeps] Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r--recipes-security/selinux/selinux-sandbox.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-security/selinux/selinux-sandbox.inc b/recipes-security/selinux/selinux-sandbox.inc
index 8616dd7..854640c 100644
--- a/recipes-security/selinux/selinux-sandbox.inc
+++ b/recipes-security/selinux/selinux-sandbox.inc
@@ -13,6 +13,7 @@ SRC_URI += "file://sandbox-de-bashify.patch \
13DEPENDS += "libcap-ng libselinux" 13DEPENDS += "libcap-ng libselinux"
14 14
15RDEPENDS_${PN} += "\ 15RDEPENDS_${PN} += "\
16 python-core \
16 python-math \ 17 python-math \
17 python-shell \ 18 python-shell \
18 python-subprocess \ 19 python-subprocess \