summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-13 10:34:57 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-14 06:25:47 +0100
commitc4431b4dd27d290024472f315858a63aea2a733c (patch)
tree276c5621c7937c45b63d3666d52c618764a7fdf4 /meta/recipes-core
parentfe46107e6bf4880d97f03b5e55d722d64f922889 (diff)
downloadopenembedded-core-c4431b4dd27d290024472f315858a63aea2a733c.tar.gz
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/meta/buildtools-tarball.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb
index a5f6bb7aac..dc075763e6 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 \