From ade82fecaa17b1bf2a3c14ad601a3283f9b87088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Faure-Lacroix?= Date: Thu, 6 Jul 2023 16:35:05 -0400 Subject: [PATCH] Reset to <58 instead of <=58 just to be sure for setup tools --- odoo_tools/configuration/odoo.py | 5 +---- odoo_tools/requirements/requirements-13.0.txt | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/odoo_tools/configuration/odoo.py b/odoo_tools/configuration/odoo.py index e33cb91..794067e 100644 --- a/odoo_tools/configuration/odoo.py +++ b/odoo_tools/configuration/odoo.py @@ -141,14 +141,11 @@ def install(self): new_args = args[:] new_args += [ - "setuptools >49, <=58", + "setuptools <58", "pip <23" ] run(new_args) - print("Installing vatnumber alone!?") - run(args[:] + ["vatnumber==1.2"]) - args += ['.', '-r', str(self.requirement_file)] with cd(self.odoo_dir): diff --git a/odoo_tools/requirements/requirements-13.0.txt b/odoo_tools/requirements/requirements-13.0.txt index 1039631..30ba7e9 100644 --- a/odoo_tools/requirements/requirements-13.0.txt +++ b/odoo_tools/requirements/requirements-13.0.txt @@ -1,4 +1,3 @@ -setuptools<=58 Babel==2.6.0 chardet==3.0.4 decorator==4.3.0