diff options
author | Peter Seebach <peter.seebach@windriver.com> | 2014-04-03 14:05:52 -0400 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2014-04-03 14:46:25 -0400 |
commit | e93dedea8e16f29cd44c13e041e83f93556405e0 (patch) | |
tree | e8ed1746fd3f75e8dd0150de654bd5a5a0cbc40f /recipes-security | |
parent | 24b65f1bd7f9fd834066553f65c7264598d0abd2 (diff) | |
download | meta-selinux-e93dedea8e16f29cd44c13e041e83f93556405e0.tar.gz |
policycoreutils: Add missing dependencies to semanage
The semanage utility requires python-compression (for "import gzip")
and python-xml (for "import xml.etree.ElementTree").
Signed-off-by: Peter Seebach <peter.seebach@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Diffstat (limited to 'recipes-security')
-rw-r--r-- | recipes-security/selinux/policycoreutils.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-security/selinux/policycoreutils.inc b/recipes-security/selinux/policycoreutils.inc index 56470e9..521e70b 100644 --- a/recipes-security/selinux/policycoreutils.inc +++ b/recipes-security/selinux/policycoreutils.inc | |||
@@ -75,6 +75,8 @@ RDEPENDS_${BPN}-secon += "libselinux" | |||
75 | RDEPENDS_${BPN}-semanage = "\ | 75 | RDEPENDS_${BPN}-semanage = "\ |
76 | python-core \ | 76 | python-core \ |
77 | python-ipy \ | 77 | python-ipy \ |
78 | python-compression \ | ||
79 | python-xml \ | ||
78 | ${BPN}-python \ | 80 | ${BPN}-python \ |
79 | libselinux-python \ | 81 | libselinux-python \ |
80 | " | 82 | " |