diff --git a/16.0/base_requirements.txt b/16.0/base_requirements.txt index d8a70737..ba7ef569 100644 --- a/16.0/base_requirements.txt +++ b/16.0/base_requirements.txt @@ -3,6 +3,7 @@ gdata==2.0.18 lxml-html-clean==0.4.1 whool==1.2 +setuptools==75.6.0 # Migration tools diff --git a/17.0/base_requirements.txt b/17.0/base_requirements.txt index 7b0d609a..633ab4d4 100644 --- a/17.0/base_requirements.txt +++ b/17.0/base_requirements.txt @@ -3,7 +3,7 @@ gdata==2.0.18 lxml-html-clean==0.4.1 whool==1.2 - +setuptools==75.6.0 # Migration tools marabunta==0.12.0 #-e git+https://github.com/camptocamp/marabunta@master#egg=marabunta diff --git a/18.0/base_requirements.txt b/18.0/base_requirements.txt index d8a70737..ba7ef569 100644 --- a/18.0/base_requirements.txt +++ b/18.0/base_requirements.txt @@ -3,6 +3,7 @@ gdata==2.0.18 lxml-html-clean==0.4.1 whool==1.2 +setuptools==75.6.0 # Migration tools diff --git a/install/package_odoo_common.sh b/install/package_odoo_common.sh index 06f5ac3c..dc2b0e1a 100755 --- a/install/package_odoo_common.sh +++ b/install/package_odoo_common.sh @@ -47,4 +47,5 @@ apt-get install -y --no-install-recommends \ python3-zeep \ gnupg2 \ git \ - curl + curl \ + except