summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris PeBenito <Christopher.PeBenito@microsoft.com>2019-03-27 19:53:46 +0000
committerJoe MacDonald <joe@deserted.net>2019-04-15 12:57:51 -0400
commitefdb09e842a104a2c6dbdb5182c86a4aab4cce9a (patch)
tree30d1714d052faea9cdd9715e0f5ca44c8970b4fb
parente0105eed2b2461bf08b7aaf71db12dfae6ca51e3 (diff)
downloadmeta-selinux-master-next.tar.gz
libselinux.inc: Add python-shell to libselinux-python RDEPENDS.master-next
The libselinux SWIG wrapper imports shutil. Signed-off-by: Chris PeBenito <Christopher.PeBenito@microsoft.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
-rw-r--r--recipes-security/selinux/libselinux.inc2
1 files changed, 1 insertions, 1 deletions
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
9 9
10DEPENDS += "libsepol python libpcre swig-native" 10DEPENDS += "libsepol python libpcre swig-native"
11DEPENDS_append_libc-musl = " fts" 11DEPENDS_append_libc-musl = " fts"
12RDEPENDS_${PN}-python += "python-core" 12RDEPENDS_${PN}-python += "python-core python-shell"
13 13
14PACKAGES += "${PN}-python" 14PACKAGES += "${PN}-python"
15FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*" 15FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*"