From 9adc11d4ac419c6d88cb6cf2962d733c1f71a460 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 8 Jun 2016 08:53:44 -0700 Subject: ref-manual: Added note about installing Git-Python package buildhistory-diff tool requires the Git-python package. I added a note indicating this. Fixes [YOCTO #9712] (From yocto-docs rev: 61814503f5656b241646d43c208c6bcaf530a282) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/usingpoky.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'documentation') diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index a7bf32d451..89b3437721 100644 --- a/documentation/ref-manual/usingpoky.xml +++ b/documentation/ref-manual/usingpoky.xml @@ -951,6 +951,19 @@ * PR changed from "r0" to "r1" * PV changed from "0.1.10" to "0.1.12" + + The buildhistory-diff tool requires + the GitPython package. + Be sure to install it using Pip3 as follows: + + $ pip3 install GitPython --user + + Alternatively, you can install + python3-3 using the appropriate + distribution package manager (e.g. + apt-get, dnf, or + zipper). + -- cgit v1.2.3-54-g00ecf