mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
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:
parent
b0d31db104
commit
154654a6fe
|
|
@ -47,6 +47,7 @@ RDEPENDS_${BPN}-semanage += "\
|
|||
python-ipy \
|
||||
python-compression \
|
||||
python-xml \
|
||||
python-misc \
|
||||
libselinux-python \
|
||||
${BPN} \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user