diff options
-rw-r--r-- | recipes-security/setools/setools_4.1.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-security/setools/setools_4.1.1.bb b/recipes-security/setools/setools_4.1.1.bb index 5b6d47d..c5a2d34 100644 --- a/recipes-security/setools/setools_4.1.1.bb +++ b/recipes-security/setools/setools_4.1.1.bb | |||
@@ -23,7 +23,8 @@ LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=83a5eb6974c11f30785e90d0eeccf40c \ | |||
23 | 23 | ||
24 | DEPENDS += "bison-native flex-native swig-native python libsepol" | 24 | DEPENDS += "bison-native flex-native swig-native python libsepol" |
25 | 25 | ||
26 | RDEPENDS_${PN} += "python-networkx python-enum34 python-decorator python-setuptools" | 26 | RDEPENDS_${PN} += "python-networkx python-enum34 python-decorator python-setuptools \ |
27 | python-logging python-json python-argparse libselinux-python" | ||
27 | 28 | ||
28 | RPROVIDES_${PN} += "${PN}-console" | 29 | RPROVIDES_${PN} += "${PN}-console" |
29 | 30 | ||