Skip to content

Commit

Permalink
Reset to <58 instead of <=58 just to be sure for setup tools
Browse files Browse the repository at this point in the history
  • Loading branch information
llacroix committed Jul 6, 2023
1 parent 683cf26 commit ade82fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions odoo_tools/configuration/odoo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
1 change: 0 additions & 1 deletion odoo_tools/requirements/requirements-13.0.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
setuptools<=58
Babel==2.6.0
chardet==3.0.4
decorator==4.3.0
Expand Down

0 comments on commit ade82fe

Please sign in to comment.