diff options
author | Lorenz Kofler <lorenz@sigma-star.at> | 2019-08-28 16:03:33 +0200 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2019-08-28 10:35:12 -0400 |
commit | 154654a6fe12206a6b9ad6d8c36a4dbe672bcc46 (patch) | |
tree | 21c2833737ef01b068189d5cc88e2b2e61d1497d | |
parent | b0d31db104d9a4e94bc1409c2ffcc1d82f4a780f (diff) | |
download | meta-selinux-154654a6fe12206a6b9ad6d8c36a4dbe672bcc46.tar.gz |
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>
-rw-r--r-- | recipes-security/selinux/selinux-python.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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 += "\ | |||
47 | python-ipy \ | 47 | python-ipy \ |
48 | python-compression \ | 48 | python-compression \ |
49 | python-xml \ | 49 | python-xml \ |
50 | python-misc \ | ||
50 | libselinux-python \ | 51 | libselinux-python \ |
51 | ${BPN} \ | 52 | ${BPN} \ |
52 | " | 53 | " |