File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,6 @@ RUN build_deps=" \
148148 # need to upgrade setuptools, since the fixes for CVE-2024-6345 rolled out in base images we get errors "error: invalid command 'bdist_wheel'"
149149 # We need setuptools lower than 82 as odoo uses pkg_resources and it was removed in 82.0.0
150150 && pip install --upgrade "setuptools<82" \
151- && pip install --upgrade setuptools \
152151 && pip install -r requirements.txt \
153152 'websocket-client~=0.56' \
154153 astor \
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ RUN build_deps=" \
146146 # cbor2==5.4.2 no longer builds as pkg_resources is removed, and 5.4.6 is already pre-built
147147 && sed -i -E "s/(cbor2==)5\. 4\. 2( ; python_version < '3.12')/\1 5.4.6\2 /" requirements.txt \
148148 # need to upgrade setuptools, since the fixes for CVE-2024-6345 rolled out in base images we get errors "error: invalid command 'bdist_wheel'"
149- && pip install --upgrade setuptools \
149+ && pip install --upgrade " setuptools<82" \
150150 && pip install -r requirements.txt \
151151 'websocket-client~=0.56' \
152152 astor \
You can’t perform that action at this time.
0 commit comments