From: Richard Purdie Date: Sat, 13 Apr 2024 09:34:57 +0000 (+0100) Subject: buildtools-tarball: Add python3-setuptools X-Git-Tag: 2024-04-scarthgap~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4431b4dd27d290024472f315858a63aea2a733c;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git buildtools-tarball: Add python3-setuptools After the dependency on setuptools was dropped from python3-testtools, this exposed eSDK dependencies in devtool and recipetool on python3-setuptools. Add this to buildtools to fix build failures after the testtools fixes. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb index a5f6bb7aac9..dc075763e6c 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-setuptools \ nativesdk-python3-subunit \ nativesdk-python3-pyyaml \ nativesdk-python3-websockets \