mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
setools: Add missing python runtime deps.
The package needs logging, json and argparse modules to start. Additionaly, it also needs libselinux-python in order to really work. Without it it'll just print an error message instructing the user to install it. Signed-off-by: Piotr Tworek <tworaz666@gmail.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
This commit is contained in:
parent
8ff95d5b2a
commit
1fdd4c91d7
|
|
@ -23,7 +23,8 @@ LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=83a5eb6974c11f30785e90d0eeccf40c \
|
|||
|
||||
DEPENDS += "bison-native flex-native swig-native python libsepol"
|
||||
|
||||
RDEPENDS_${PN} += "python-networkx python-enum34 python-decorator python-setuptools"
|
||||
RDEPENDS_${PN} += "python-networkx python-enum34 python-decorator python-setuptools \
|
||||
python-logging python-json python-argparse libselinux-python"
|
||||
|
||||
RPROVIDES_${PN} += "${PN}-console"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user