selinux-python: Fix dependency for ntpath

On yocto warrior the semanage tool didn't work correctly, because it
couldn't find ntpath module. It turned out that this module is now part
of the package python-misc, therefore add dependency to python-misc.

Signed-off-by: Lorenz Kofler <lorenz@sigma-star.at>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
Lorenz Kofler 2019-08-28 16:03:33 +02:00 committed by Joe MacDonald
parent b0d31db104
commit 154654a6fe

View File

@ -47,6 +47,7 @@ RDEPENDS_${BPN}-semanage += "\
python-ipy \
python-compression \
python-xml \
python-misc \
libselinux-python \
${BPN} \
"