Skip to content

Commit 586a7e7

Browse files
committed
feat: remove setuptools deprecating
1 parent 311666d commit 586a7e7

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

16.0/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ RUN set -x; \
3737
&& /install/kwkhtml_client.sh \
3838
&& /install/kwkhtml_client_force_python3.sh \
3939
&& /install/dev_package.sh \
40-
&& python3 -m pip install --force-reinstall pip "setuptools<58" \
4140
&& pip install -r /odoo/base_requirements.txt --ignore-installed \
4241
&& /install/purge_dev_package_and_cache.sh
4342

16.0/base_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ xlwt==1.3.0
4040
xlrd==2.0.1
4141
pyOpenSSL==24.2.1
4242

43-
setuptools<58
43+
setuptools==73.0.1
4444

4545
# Not part of official requirements, but used by some addons
4646
# colorama==0.3.9

17.0/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ RUN set -x; \
3737
&& /install/kwkhtml_client.sh \
3838
&& /install/kwkhtml_client_force_python3.sh \
3939
&& /install/dev_package.sh \
40-
&& python3 -m pip install --force-reinstall pip "setuptools<58" \
4140
&& pip install -r /odoo/base_requirements.txt --ignore-installed \
4241
&& /install/purge_dev_package_and_cache.sh
4342

17.0/base_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ xlwt==1.3.0
4040
xlrd==2.0.1
4141
pyOpenSSL==24.2.1
4242

43-
setuptools<58
43+
setuptools==73.0.1
4444

4545
# Not part of official requirements, but used by some addons
4646
# colorama==0.3.9

0 commit comments

Comments
 (0)