Leverage py3-setuptools_scm as proposed by Alpine 74/72274/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Fri, 26 Mar 2021 07:53:37 +0000 (08:53 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Fri, 26 Mar 2021 07:53:37 +0000 (08:53 +0100)
Last version setuptools-scm asks for very new setuptools.
https://build.opnfv.org/ci/job/functest-kubernetes-opnfv-functest-kubernetes-smoke-kali-xrally_kubernetes-run/194/console

Change-Id: Ib1f4b4b49c036e0018fd695b52013bccdaf4998f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/core/Dockerfile

index b5df682..1488173 100644 (file)
@@ -8,7 +8,7 @@ COPY Try-a-quick-fix-vs-asynchronuous-issues.patch /tmp/Try-a-quick-fix-vs-async
 COPY Switch-to-threading.Thread-for-Rally-tasks.patch /tmp/Switch-to-threading.Thread-for-Rally-tasks.patch
 COPY Allow-offline-testing-in-PodWithClusterIPSvc.patch /tmp/Allow-offline-testing-in-PodWithClusterIPSvc.patch
 RUN apk -U upgrade && \
-    apk --no-cache add --update python3 bash git grep libffi openssl mailcap && \
+    apk --no-cache add --update python3 py3-setuptools_scm bash git grep libffi openssl mailcap && \
     apk --no-cache add --virtual .build-deps --update \
         python3-dev build-base libffi-dev openssl-dev && \
     git init /src/functest-kubernetes && \