Re: [OE-core] [PATCH] sanity/lib: Replace usage if LooseVersion with bb.utils.vercmp_string_op

2021-11-26 Thread Tim Orling
On Fri, Nov 26, 2021 at 8:34 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > distutils is going away and we have functionality in bitbake which can > handle these comparisions so switch to the bb.utils function. > Looks good. I will refactor the distutils deprecation series to fo

[OE-core] [PATCH] sanity/lib: Replace usage if LooseVersion with bb.utils.vercmp_string_op

2021-11-26 Thread Richard Purdie
distutils is going away and we have functionality in bitbake which can handle these comparisions so switch to the bb.utils function. Signed-off-by: Richard Purdie --- meta/classes/sanity.bbclass | 18 ++ meta/lib/oe/distro_check.py | 2 +- meta/lib/oe/terminal.py | 7 +++---