Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] packaging: fix windows installer requirements
When building the windows installer, the requirements are installed one by one to avoid a complete crash when a requirement is not installable on windows. It appears that lines that contains comments are not installed. With this commit the comment part is properly removed from requirement lines when calling pip. closes odoo#100820 X-original-commit: 8c175db Signed-off-by: Christophe Monniez (moc) <[email protected]>
- Loading branch information