From c3a6e4e2d57fa7193e4208d45e994075d0328837 Mon Sep 17 00:00:00 2001 From: Dostoievski Batista Date: Tue, 25 Feb 2025 19:11:08 -0300 Subject: [PATCH] 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 --- build-tools/build-wheels/debian/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/build-tools/build-wheels/debian/Dockerfile b/build-tools/build-wheels/debian/Dockerfile index 5b8f10f6..729e80c5 100644 --- a/build-tools/build-wheels/debian/Dockerfile +++ b/build-tools/build-wheels/debian/Dockerfile @@ -70,6 +70,7 @@ RUN set -ex ; \ python3-nss \ python3-pip \ python3-setuptools \ + python3-setuptools-scm \ python3-thriftpy \ python3-wheel \ swig \