From 154654a6fe12206a6b9ad6d8c36a4dbe672bcc46 Mon Sep 17 00:00:00 2001 From: Lorenz Kofler Date: Wed, 28 Aug 2019 16:03:33 +0200 Subject: 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 Signed-off-by: Joe MacDonald --- recipes-security/selinux/selinux-python.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-security/selinux/selinux-python.inc b/recipes-security/selinux/selinux-python.inc index 57042ab..8b34bff 100644 --- a/recipes-security/selinux/selinux-python.inc +++ b/recipes-security/selinux/selinux-python.inc @@ -47,6 +47,7 @@ RDEPENDS_${BPN}-semanage += "\ python-ipy \ python-compression \ python-xml \ + python-misc \ libselinux-python \ ${BPN} \ " -- cgit v1.2.3-54-g00ecf