Add setuptools-scm to build wheels container

This change adds the python3-setuptools-scm to the Dockerfile of the
wheel builder container.

Test plan:
    - Clean $MY_WORKSPACE/std/build-wheels-debian-stable and run
    build-wheel-tarball.sh.

Closes-bug: 2099909

Change-Id: Icbc29dc000fb13c8fd0e6b031eb53af9de31fc21
Signed-off-by: Dostoievski Batista <dostoievski.albinobatista@windriver.com>
This commit is contained in:
Dostoievski Batista 2025-02-25 19:11:08 -03:00
parent 8b738c7db9
commit c3a6e4e2d5

View File

@ -70,6 +70,7 @@ RUN set -ex ; \
python3-nss \
python3-pip \
python3-setuptools \
python3-setuptools-scm \
python3-thriftpy \
python3-wheel \
swig \