Commit fbb3340b authored by Oleksiy Obitotskyy's avatar Oleksiy Obitotskyy Committed by Joe MacDonald
Browse files

libsemanage: Add python3 to dependencies


Recipe have implicit dependency on nativesdk-python,
so recipe-sysroot-root populated with python headers.
But during build code look for headers into recipe-sysroot.
Add python dependency explicitly.
Signed-off-by: default avatarOleksiy Obitotskyy <oobitots@cisco.com>
Signed-off-by: default avatarJoe MacDonald <joe@deserted.net>
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -16,7 +16,7 @@ SRC_URI += "file://libsemanage-Fix-execve-segfaults-on-Ubuntu.patch \
file://libsemanage-disable-expand-check-on-policy-load.patch \
"
DEPENDS = "libsepol libselinux bison-native swig-native"
DEPENDS = "libsepol libselinux python3 bison-native swig-native"
DEPENDS:append:class-target = " audit"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment