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>
This commit is contained in:
Yi Zhao 2019-08-23 09:59:04 +08:00 committed by Joe MacDonald
parent c1309380d7
commit a41f482606

View File

@ -13,6 +13,7 @@ SRC_URI += "file://sandbox-de-bashify.patch \
DEPENDS += "libcap-ng libselinux"
RDEPENDS_${PN} += "\
python-core \
python-math \
python-shell \
python-subprocess \