[meta-selinux][PATCH 1/2] libselinux-python: fix No module named pip
"Vincent Davis Jr" <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> --- recipes-security/selinux/libselinux-python_3.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/selinux/libselinux-python_3.9.bb b/recipes-security/selinux/libselinux-python_3.9.bb index 8431ca1..a4de036 100644 --- a/recipes-security/selinux/libselinux-python_3.9.bb +++ b/recipes-security/selinux/libselinux-python_3.9.bb @@ -19,7 +19,7 @@ SRC_URI += "\ 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" RDEPENDS:${PN} = "libselinux python3-core python3-shell" -- 2.43.0