From 77dee668bae654b3948a022b43c15a96390e1e54 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 1 Sep 2016 16:06:53 -0700 Subject: ref-manual: Changed command to install Fedora Python package Fixes [YOCTO #10208] The example command was wrong. Had the wrong package name since we moved upward with Python. Using "sudo dnf install python3-GitPython" now. (From yocto-docs rev: d94469ac4860841c3955161ce1b67a962c4f3f8d) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/introduction.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml index e9d261b59f..3f9cb54456 100644 --- a/documentation/ref-manual/introduction.xml +++ b/documentation/ref-manual/introduction.xml @@ -306,7 +306,7 @@ Packages needed if you are going to run oe-selftest: - $ sudo dnf install GitPython + $ sudo dnf install python3-GitPython -- cgit v1.2.3-54-g00ecf