mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
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:
parent
e0105eed2b
commit
efdb09e842
|
|
@ -9,7 +9,7 @@ inherit lib_package pythonnative
|
||||||
|
|
||||||
DEPENDS += "libsepol python libpcre swig-native"
|
DEPENDS += "libsepol python libpcre swig-native"
|
||||||
DEPENDS_append_libc-musl = " fts"
|
DEPENDS_append_libc-musl = " fts"
|
||||||
RDEPENDS_${PN}-python += "python-core"
|
RDEPENDS_${PN}-python += "python-core python-shell"
|
||||||
|
|
||||||
PACKAGES += "${PN}-python"
|
PACKAGES += "${PN}-python"
|
||||||
FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*"
|
FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user