@@ -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"
@@ -16,7 +16,7 @@ SRC_URI += "file://0001-sepolicy-fix-install-path-for-new-pymodule-sepolicy.patc
S = "${UNPACKDIR}/${BP}/python"
-DEPENDS = "libsepol libselinux gettext-native python3-setuptools-scm-native"
+DEPENDS = "libsepol libselinux gettext-native python3-setuptools-scm-native python3-pip-native"
RDEPENDS:${PN} = "\
python3-core \
Add python3-pip-native to DEPENDS in the selinux-python and libselinux-python recipes. The dependency now needs to be explicit since pip has been removed as a dependency of python3-setuptools-scm in oe-core in: https://git.openembedded.org/openembedded-core/commit/?id=101f2f9f Signed-off-by: Scott Murray <scott.murray@konsulko.com> --- recipes-security/selinux/libselinux-python_3.9.bb | 2 +- recipes-security/selinux/selinux-python_3.9.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)