[PATCH] doc: replace deprecated distutils version parsing

Thomas Monjalon thomas at monjalon.net
Tue Jan 11 14:33:43 CET 2022


11/01/2022 14:11, Jerin Jacob:
> On Tue, Jan 11, 2022 at 5:14 PM Thomas Monjalon <thomas at monjalon.net> 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 replacing "distutils.version" with "packaging".
> >
> > Bugzilla ID: 914
> > Cc: stable at dpdk.org
> >
> > Reported-by: Jerin Jacob <jerinj at marvell.com>
> > Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
> 
> Tested-by: Jerin Jacob <jerinj at marvell.com>

Applied





More information about the stable mailing list