Skip to content
Commit 29822235 authored by Tim Orling's avatar Tim Orling Committed by Anuj Mittal
Browse files

scripts/buildhistory-diff: drop use of distutils



The use of distutils.version.LooseVersion to check for GitPython > 0.3.1
is not really needed anymore since any supported distribution has at least
1.0.0 (centos-7 via epel7, debian-9, ubuntu-16.04)

If we want to reinstate this check, alternatives would be to require
python3-packaging on all hosts and use packaging.version.Version or
use an imported LooseVersion in bb.version.

[YOCTO #14610]

Signed-off-by: default avatarTim Orling <timothy.t.orling@intel.com>
Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit bc90dcae)
Signed-off-by: default avatarAnuj Mittal <anuj.mittal@intel.com>
parent 6b9c12fa
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment