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:
Piotr Tworek 2018-09-21 23:48:51 +02:00 committed by Joe MacDonald
parent b1dac7e2b2
commit 00500cac65

View File

@ -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"