diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-04-13 10:34:57 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-04-14 06:28:02 +0100 |
commit | 210a70c9815faedc8f55875a16afc90ed06d77e0 (patch) | |
tree | 4ae531136664002049669c86156dbcdb7cd45dbd /meta/recipes-core | |
parent | b947ea37496ef88025b615cd8627388d2fae0f3b (diff) | |
download | poky-210a70c9815faedc8f55875a16afc90ed06d77e0.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.
(From OE-Core rev: c4431b4dd27d290024472f315858a63aea2a733c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/meta/buildtools-tarball.bb | 1 |
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 ?= "\ | |||
11 | nativesdk-python3-git \ | 11 | nativesdk-python3-git \ |
12 | nativesdk-python3-jinja2 \ | 12 | nativesdk-python3-jinja2 \ |
13 | nativesdk-python3-testtools \ | 13 | nativesdk-python3-testtools \ |
14 | nativesdk-python3-setuptools \ | ||
14 | nativesdk-python3-subunit \ | 15 | nativesdk-python3-subunit \ |
15 | nativesdk-python3-pyyaml \ | 16 | nativesdk-python3-pyyaml \ |
16 | nativesdk-python3-websockets \ | 17 | nativesdk-python3-websockets \ |