]> code.ossystems Code Review - openembedded-core.git/commit
buildhistory-diff: suggest correct version of PythonGit
authorEd Bartosh <ed.bartosh@linux.intel.com>
Fri, 10 Jun 2016 07:43:52 +0000 (10:43 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 Jun 2016 22:42:40 +0000 (23:42 +0100)
commit0632c3e69070e340218c1c1c835b2343cd143d8d
tree74d724adc2d50ac6f3494276b8cd828e89811b90
parent9f539d03138817b7b740ed1895000704e4a475d0
buildhistory-diff: suggest correct version of PythonGit

If buildhistory-diff can't import git module it throws error
message suggesting to install it.

Due to the move to Python 3 the suggested package name and
version became outdated.

Changed package name to python3-git and version to >= 0.3.4
as GitPython supports Python 3 starting from 0.3.4.

[YOCTO #9741]

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/buildhistory-diff