Re: [PATCH] doc: replace deprecated distutils version parsing

2022-01-11 Thread Thomas Monjalon
11/01/2022 14:11, Jerin Jacob: > On Tue, Jan 11, 2022 at 5:14 PM Thomas Monjalon wrote: > > > > When using Python 3.10, this warning appears: > > DeprecationWarning: The distutils package is deprecated > > and slated for removal in Python 3.12. > > Use setuptools or check PEP 632 for potenti

Re: [PATCH] doc: replace deprecated distutils version parsing

2022-01-11 Thread Jerin Jacob
On Tue, Jan 11, 2022 at 5:14 PM Thomas Monjalon wrote: > > When using Python 3.10, this warning appears: > DeprecationWarning: The distutils package is deprecated > and slated for removal in Python 3.12. > Use setuptools or check PEP 632 for potential alternatives > > The PEP 632 recommends

[PATCH] doc: replace deprecated distutils version parsing

2022-01-11 Thread Thomas Monjalon
When using Python 3.10, this warning appears: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives The PEP 632 recommends replacing "distutils.version" with "packaging". Bugzilla ID: 914 Cc: