File tree Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ RUN set -x; \
37
37
&& /install/kwkhtml_client.sh \
38
38
&& /install/kwkhtml_client_force_python3.sh \
39
39
&& /install/dev_package.sh \
40
- && python3 -m pip install --force-reinstall pip "setuptools<58" \
41
40
&& pip install -r /odoo/base_requirements.txt --ignore-installed \
42
41
&& /install/purge_dev_package_and_cache.sh
43
42
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ xlwt==1.3.0
40
40
xlrd==2.0.1
41
41
pyOpenSSL==24.2.1
42
42
43
- setuptools<58
43
+ setuptools==73.0.1
44
44
45
45
# Not part of official requirements, but used by some addons
46
46
# colorama==0.3.9
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ RUN set -x; \
37
37
&& /install/kwkhtml_client.sh \
38
38
&& /install/kwkhtml_client_force_python3.sh \
39
39
&& /install/dev_package.sh \
40
- && python3 -m pip install --force-reinstall pip "setuptools<58" \
41
40
&& pip install -r /odoo/base_requirements.txt --ignore-installed \
42
41
&& /install/purge_dev_package_and_cache.sh
43
42
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ xlwt==1.3.0
40
40
xlrd==2.0.1
41
41
pyOpenSSL==24.2.1
42
42
43
- setuptools<58
43
+ setuptools==73.0.1
44
44
45
45
# Not part of official requirements, but used by some addons
46
46
# colorama==0.3.9
You can’t perform that action at this time.
0 commit comments