From: Scott Rifenbark Date: Wed, 8 Jun 2016 15:53:44 +0000 (-0700) Subject: ref-manual: Added note about installing Git-Python package X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=52fc5679887682b69ef883d2694c407fcec77977;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index a7bf32d4511..89b3437721f 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). +