libselinux.inc: Add python-shell to libselinux-python RDEPENDS.

The libselinux SWIG wrapper imports shutil.

Signed-off-by: Chris PeBenito <Christopher.PeBenito@microsoft.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
This commit is contained in:
Chris PeBenito 2019-03-27 19:53:46 +00:00 committed by Joe MacDonald
parent e0105eed2b
commit efdb09e842

View File

@ -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/*"