Skip to content

Commit 210a70c

Browse files
committed
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 <[email protected]>
1 parent b947ea3 commit 210a70c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meta/recipes-core/meta/buildtools-tarball.bb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ TOOLCHAIN_HOST_TASK ?= "\
1111
nativesdk-python3-git \
1212
nativesdk-python3-jinja2 \
1313
nativesdk-python3-testtools \
14+
nativesdk-python3-setuptools \
1415
nativesdk-python3-subunit \
1516
nativesdk-python3-pyyaml \
1617
nativesdk-python3-websockets \

0 commit comments

Comments
 (0)