From: Richard Purdie Date: Tue, 16 Apr 2024 13:51:24 +0000 (+0100) Subject: buildtools-tarball: Add python3-pip X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0a1714533ed2b02a98b8456e1193fc079273fbbd;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git buildtools-tarball: Add python3-pip Many of the common use cases for buildtools need pip to allow python to be extended. Add it. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb index dc075763e6c..92fbda335db 100644 --- a/meta/recipes-core/meta/buildtools-tarball.bb +++ b/meta/recipes-core/meta/buildtools-tarball.bb @@ -11,6 +11,7 @@ TOOLCHAIN_HOST_TASK ?= "\ nativesdk-python3-git \ nativesdk-python3-jinja2 \ nativesdk-python3-testtools \ + nativesdk-python3-pip \ nativesdk-python3-setuptools \ nativesdk-python3-subunit \ nativesdk-python3-pyyaml \