[yocto] [PATCH 1/1] libselinux.inc: Add python-shell to libselinux-python RDEPENDS.

MacDonald, Joe Joe_MacDonald at mentor.com
Wed Mar 27 13:34:09 PDT 2019


Thanks Chris, I will merge this soon as I just tripped over it yesterday. Good timing.

Please try to remember to flag stuff for meta-selinux with that in the subject, though, so it gets caught by correct filters on our end.

Thanks,
-J.

On Mar 27, 2019 15:53, Chris PeBenito <Christopher.PeBenito at microsoft.com> wrote:
The libselinux SWIG wrapper imports shutil.

Signed-off-by: Chris PeBenito <Christopher.PeBenito at microsoft.com>
---
 recipes-security/selinux/libselinux.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-security/selinux/libselinux.inc b/recipes-security/selinux/libselinux.inc
index 33621cc..6e115e3 100644
--- a/recipes-security/selinux/libselinux.inc
+++ b/recipes-security/selinux/libselinux.inc
@@ -9,7 +9,7 @@ inherit lib_package pythonnative

 DEPENDS += "libsepol python libpcre swig-native"
 DEPENDS_append_libc-musl = " fts"
-RDEPENDS_${PN}-python += "python-core"
+RDEPENDS_${PN}-python += "python-core python-shell"

 PACKAGES += "${PN}-python"
 FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*"
--
2.17.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20190327/68e7e66f/attachment.html>


More information about the yocto mailing list