OCA / pylint-odoo

Odoo plugin for Pylint
http://www.pylint.org
143 stars 168 forks source link

[FIX] pylint_odoo: "ImportError: No module named 'packaging'" #431

Closed moylop260 closed 1 year ago

moylop260 commented 1 year ago

It is not a built-in package for py3.10

In fact, it requires install this extra package

Better removing this extra requirement

NOTE: The weird part is that the tox environment is not raising the error, maybe the test-requirements is installing it