From 52fc5679887682b69ef883d2694c407fcec77977 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: 2187df01f784b40608b30f62d19888cf183e67e9) 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 1.2.3-korg