[gnome-continuous-yocto/gnomeostree-3.28-rocko: 2627/8267] ref-manual: Changed command to install Fedora Python package



commit 77dee668bae654b3948a022b43c15a96390e1e54
Author: Scott Rifenbark <srifenbark gmail com>
Date:   Thu Sep 1 16:06:53 2016 -0700

    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 <srifenbark gmail com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 documentation/ref-manual/introduction.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml
index e9d261b..3f9cb54 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
                         <filename>oe-selftest</filename>:
                         <literallayout class='monospaced'>
-     $ sudo dnf install GitPython
+     $ sudo dnf install python3-GitPython
                         </literallayout>
                         </para></listitem>
                 </itemizedlist>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]