Skip to content

Commit 4850302

Browse files
[PRM-764-1] Remove Python legacy setup (#313)
1 parent 4647f8a commit 4850302

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/mesh-forwarder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ COPY . .
2222
RUN python -m venv /opt/venv
2323
ENV PATH="/opt/venv/bin:$PATH"
2424

25-
RUN pip install pipenv
25+
RUN pip install --upgrade pip pipenv setuptools
2626

2727
# Install dependencies into the current env instead of creating another venv
2828
RUN pipenv install --deploy --system
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build-system]
22
requires = ["setuptools", "wheel"]
3-
build-backend = "setuptools.build_meta:__legacy__"
3+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)