diff options
| author | Vincent Davis Jr <vince@underview.tech> | 2025-08-23 15:18:56 -0400 |
|---|---|---|
| committer | Yi Zhao <yi.zhao@windriver.com> | 2025-08-27 22:55:45 +0800 |
| commit | d8a8d39377a2d10c7949f1c275a8dd549021493c (patch) | |
| tree | a228d4fcf2e9d6a6099e9f3240dd2973036aba0b | |
| parent | 979b3caf98711344c48bc84254342576bf52a6a2 (diff) | |
| download | meta-selinux-d8a8d39377a2d10c7949f1c275a8dd549021493c.tar.gz | |
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>
| -rw-r--r-- | recipes-security/selinux/libselinux-python_3.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 += "\ | |||
| 19 | 19 | ||
| 20 | S = "${UNPACKDIR}/${BP}/libselinux" | 20 | S = "${UNPACKDIR}/${BP}/libselinux" |
| 21 | 21 | ||
| 22 | DEPENDS = "libsepol libpcre2 swig-native python3-setuptools-scm-native" | 22 | DEPENDS = "libsepol libpcre2 swig-native python3-setuptools-scm-native python3-pip-native" |
| 23 | DEPENDS:append:libc-musl = " fts" | 23 | DEPENDS:append:libc-musl = " fts" |
| 24 | 24 | ||
| 25 | RDEPENDS:${PN} = "libselinux python3-core python3-shell" | 25 | RDEPENDS:${PN} = "libselinux python3-core python3-shell" |
