mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
libselinux-python: fix No module named pip
When running the do install task run into No modules named pip. Add python3-pip-native to DEPENDS so that pip it available. Signed-off-by: Vincent Davis Jr <vince@underview.tech> Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
This commit is contained in:
parent
979b3caf98
commit
d8a8d39377
|
|
@ -19,7 +19,7 @@ SRC_URI += "\
|
||||||
|
|
||||||
S = "${UNPACKDIR}/${BP}/libselinux"
|
S = "${UNPACKDIR}/${BP}/libselinux"
|
||||||
|
|
||||||
DEPENDS = "libsepol libpcre2 swig-native python3-setuptools-scm-native"
|
DEPENDS = "libsepol libpcre2 swig-native python3-setuptools-scm-native python3-pip-native"
|
||||||
DEPENDS:append:libc-musl = " fts"
|
DEPENDS:append:libc-musl = " fts"
|
||||||
|
|
||||||
RDEPENDS:${PN} = "libselinux python3-core python3-shell"
|
RDEPENDS:${PN} = "libselinux python3-core python3-shell"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user